Html Css Color HEX #CAB478 Ecru

📋 copy color: '#CAB478'

red 202 ◦ green 180 ◦ blue 120

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

Shades of Ecru #CAB478

Tints of Ecru #CAB478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.86%

 BLUE value IS 120 (47.27% from 255) = 23.9%

R = 40.24%
G = 35.86%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAB478 (or 0xCAB478) is known color: Ecru. HEX triplet: CA, B4 and 78. RGB value is (202,180,120). Sum of RGB (Red+Green+Blue) = 202+180+120=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB478 is #354B87. Grayscale: #B3B3B3. Windows color (decimal): -3492744 or 7910602. OLE color: 7910602.

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

Color convert

RGB 202 180 120 -
CMYK 0 0.11 0.41 0.21
HSL 43.9º 0.44% 0.63% -
HSV(B) 43.9º 0.41% 0.79% -
XYZ 44.07 46.56 24.43 -
YUV 179.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 202 180 120 0 0.11 0.41 0.21 43.9 0.44 0.63
Hex CA B4 78 0 B 29 15 2C 2C 3F
Octal 312 264 170 0 13 51 25 54 54 77
Binary 11001010 10110100 1111000 0 1011 101001 10101 101100 101100 111111

Color Harmonies of #CAB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB478

Black with #CAB478

Text Example


Text Example

White with #CAB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB478; }

 p { color: rgb(202,180,120); }

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

background-color css

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

 a { background-color: rgb(202,180,120); }

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

border-color css

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

 span { border-color: rgb(202,180,120); }

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