Html Css Color HEX #CAB282 Ecru

📋 copy color: '#CAB282'

red 202 ◦ green 178 ◦ blue 130

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

Shades of Ecru #CAB282

Tints of Ecru #CAB282

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.9%

 BLUE value IS 130 (51.17% from 255) = 25.49%

R = 39.61%
G = 34.9%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CAB282 (or 0xCAB282) is known color: Ecru. HEX triplet: CA, B2 and 82. RGB value is (202,178,130). Sum of RGB (Red+Green+Blue) = 202+178+130=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB282 is #354D7D. Grayscale: #B3B3B3. Windows color (decimal): -3493246 or 8565450. OLE color: 8565450.

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

Color convert

RGB 202 178 130 -
CMYK 0 0.12 0.36 0.21
HSL 40º 0.4% 0.65% -
HSV(B) 40º 0.36% 0.79% -
XYZ 44.31 46.01 27.66 -
YUV 179.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 202 178 130 0 0.12 0.36 0.21 40 0.4 0.65
Hex CA B2 82 0 C 24 15 28 28 41
Octal 312 262 202 0 14 44 25 50 50 101
Binary 11001010 10110010 10000010 0 1100 100100 10101 101000 101000 1000001

Color Harmonies of #CAB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB282

Black with #CAB282

Text Example


Text Example

White with #CAB282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB282; }

 p { color: rgb(202,178,130); }

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

background-color css

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

 a { background-color: rgb(202,178,130); }

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

border-color css

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

 span { border-color: rgb(202,178,130); }

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