Html Css Color HEX #CAB37F Ecru

📋 copy color: '#CAB37F'

red 202 ◦ green 179 ◦ blue 127

#CAB37F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #CAB37F

Tints of Ecru #CAB37F

RGB

 RED value IS 202 (79.3% from 255) = 39.76%

 GREEN value IS 179 (70.31% from 255) = 35.24%

 BLUE value IS 127 (50% from 255) = 25%

R = 39.76%
G = 35.24%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAB37F (or 0xCAB37F) is known color: Ecru. HEX triplet: CA, B3 and 7F. RGB value is (202,179,127). Sum of RGB (Red+Green+Blue) = 202+179+127=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB37F is #354C80. Grayscale: #B4B4B4. Windows color (decimal): -3492993 or 8369098. OLE color: 8369098.

HSL color Cylindrical-coordinate representation of color #CAB37F: hue angle of 41.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAB37F is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 179 127 -
CMYK 0 0.11 0.37 0.21
HSL 41.6º 0.41% 0.65% -
HSV(B) 41.6º 0.37% 0.79% -
XYZ 44.31 46.33 26.69 -
YUV 179.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 202 179 127 0 0.11 0.37 0.21 41.6 0.41 0.65
Hex CA B3 7F 0 B 25 15 2A 29 41
Octal 312 263 177 0 13 45 25 52 51 101
Binary 11001010 10110011 1111111 0 1011 100101 10101 101010 101001 1000001

Color Harmonies of #CAB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB37F

Black with #CAB37F

Text Example


Text Example

White with #CAB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB37F; }

 p { color: rgb(202,179,127); }

 H1.HeaderClassName
 {
   color: #CAB37F;
 }
 .AnyTagClassName
 {
   color: #CAB37F;
 }
</style>

background-color css

<style>
 a { background-color: #CAB37F; }

 a { background-color: rgb(202,179,127); }

 div.DivClassName
 {
   background-color: #CAB37F;
 }
 .BgClassName
 {
   background-color: #CAB37F;
 }
</style>

border-color css

<style>
 span { border-color: #CAB37F; }

 span { border-color: rgb(202,179,127); }

 td.TdClassName
 {
   border-color: #CAB37F;
 }
 .TagClassName
 {
   border-color: #CAB37F;
 }
</style>