Color Hex Logo

#cb746f Color Hex

#CB746F
(203,116,111)
0 Favorites   0 Comments

Color spaces of #cb746f

RGB 203116111
HSL0.010.470.62
HSV45°80°
CMYK 0.000.430.45   0.20
XYZ33.743226.335018.3436
Yxy26.33500.43030.3358
Hunter Lab51.317627.564314.7290
CIE-Lab58.353733.550317.7360

#cb746f color RGB value is (203,116,111).

#cb746f hex color red value is 203, green value is 116 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cb746f hue: 0.01 , saturation: 0.47 and the lightness value of cb746f is 0.62.

The process color (four color CMYK) of #cb746f color hex is 0.00, 0.43, 0.45, 0.20. Web safe color of #cb746f is #cc6666. Color #cb746f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 01101111
Octal 313 164 157
Decimal 203 116 111
Hex CB 74 6F

RGB Percentages of Color #cb746f

%47.21
%26.98
%25.81

CMYK Percentages of Color #cb746f

%0
%43
%45
%20

Triadic Colors of #cb746f

#cb746f #6fcb74 #746fcb

Analogous Colors of #cb746f

#cb746f #cba26f #cb6f98

Monochromatic Colors of #cb746f

#cb746f

Complementary Color

#cb746f #6fc6cb

#cb746f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb746f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb746f Color CSS Codes

.mybgcolor {background-color:#cb746f; } 
.myforecolor {color:#cb746f; }
.mybordercolor {border:3px solid #cb746f; }

#cb746f Text Font Color

<p style="color:#cb746f">Text here</p>

This sample text font color is #cb746f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb746f Background Color

<div style="background-color:#cb746f">
Div content here</div>

This div background color is #cb746f


#cb746f Border Color

<div style="border:3px solid #cb746f">
Div here</div>

This div border color is #cb746f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,116,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb746f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb746f;
  -webkit-box-shadow: 1px 1px 3px 2px #cb746f;
  box-shadow:         1px 1px 3px 2px #cb746f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,116,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb746f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb746f;
  -webkit-box-shadow: 1px 1px 3px 2px #cb746f;
  box-shadow:         1px 1px 3px 2px #cb746f;">
Div content here</div>

This div box has shadow with color #cb746f


Comments

No comments written yet.

Please login to write comment.