Html Css Color HEX #CAB27A Ecru

📋 copy color: '#CAB27A'

red 202 ◦ green 178 ◦ blue 122

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

Shades of Ecru #CAB27A

Tints of Ecru #CAB27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.3%

R = 40.24%
G = 35.46%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAB27A (or 0xCAB27A) is known color: Ecru. HEX triplet: CA, B2 and 7A. RGB value is (202,178,122). Sum of RGB (Red+Green+Blue) = 202+178+122=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB27A is #354D85. Grayscale: #B3B3B3. Windows color (decimal): -3493254 or 8041162. OLE color: 8041162.

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

Color convert

RGB 202 178 122 -
CMYK 0 0.12 0.40 0.21
HSL 42º 0.43% 0.64% -
HSV(B) 42º 0.4% 0.79% -
XYZ 43.79 45.8 24.95 -
YUV 178.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 202 178 122 0 0.12 0.40 0.21 42 0.43 0.64
Hex CA B2 7A 0 C 28 15 2A 2B 40
Octal 312 262 172 0 14 50 25 52 53 100
Binary 11001010 10110010 1111010 0 1100 101000 10101 101010 101011 1000000

Color Harmonies of #CAB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB27A

Black with #CAB27A

Text Example


Text Example

White with #CAB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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