Html Css Color HEX #CAB180 Ecru

📋 copy color: '#CAB180'

red 202 ◦ green 177 ◦ blue 128

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

Shades of Ecru #CAB180

Tints of Ecru #CAB180

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.91%

 BLUE value IS 128 (50.39% from 255) = 25.25%

R = 39.84%
G = 34.91%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CAB180 (or 0xCAB180) is known color: Ecru. HEX triplet: CA, B1 and 80. RGB value is (202,177,128). Sum of RGB (Red+Green+Blue) = 202+177+128=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB180 is #354E7F. Grayscale: #B3B3B3. Windows color (decimal): -3493504 or 8434122. OLE color: 8434122.

HSL color Cylindrical-coordinate representation of color #CAB180: hue angle of 39.73º 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 #CAB180 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 177 128 -
CMYK 0 0.12 0.37 0.21
HSL 39.73º 0.41% 0.65% -
HSV(B) 39.73º 0.37% 0.79% -
XYZ 43.98 45.56 26.9 -
YUV 178.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 202 177 128 0 0.12 0.37 0.21 39.73 0.41 0.65
Hex CA B1 80 0 C 25 15 28 29 41
Octal 312 261 200 0 14 45 25 50 51 101
Binary 11001010 10110001 10000000 0 1100 100101 10101 101000 101001 1000001

Color Harmonies of #CAB180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB180

Black with #CAB180

Text Example


Text Example

White with #CAB180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB180; }

 p { color: rgb(202,177,128); }

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

background-color css

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

 a { background-color: rgb(202,177,128); }

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

border-color css

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

 span { border-color: rgb(202,177,128); }

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