Html Css Color HEX #CAB27E Ecru

📋 copy color: '#CAB27E'

red 202 ◦ green 178 ◦ blue 126

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

Shades of Ecru #CAB27E

Tints of Ecru #CAB27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 39.92%
G = 35.18%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CAB27E (or 0xCAB27E) is known color: Ecru. HEX triplet: CA, B2 and 7E. RGB value is (202,178,126). Sum of RGB (Red+Green+Blue) = 202+178+126=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB27E is #354D81. Grayscale: #B3B3B3. Windows color (decimal): -3493250 or 8303306. OLE color: 8303306.

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

Color convert

RGB 202 178 126 -
CMYK 0 0.12 0.38 0.21
HSL 41.05º 0.42% 0.64% -
HSV(B) 41.05º 0.38% 0.79% -
XYZ 44.04 45.9 26.28 -
YUV 179.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 202 178 126 0 0.12 0.38 0.21 41.05 0.42 0.64
Hex CA B2 7E 0 C 26 15 29 2A 40
Octal 312 262 176 0 14 46 25 51 52 100
Binary 11001010 10110010 1111110 0 1100 100110 10101 101001 101010 1000000

Color Harmonies of #CAB27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB27E

Black with #CAB27E

Text Example


Text Example

White with #CAB27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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