Html Css Color HEX #CAB07E Ecru

📋 copy color: '#CAB07E'

red 202 ◦ green 176 ◦ blue 126

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

Shades of Ecru #CAB07E

Tints of Ecru #CAB07E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.92%

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

R = 40.08%
G = 34.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CAB07E (or 0xCAB07E) is known color: Ecru. HEX triplet: CA, B0 and 7E. RGB value is (202,176,126). Sum of RGB (Red+Green+Blue) = 202+176+126=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB07E is #354F81. Grayscale: #B2B2B2. Windows color (decimal): -3493762 or 8302794. OLE color: 8302794.

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

Color convert

RGB 202 176 126 -
CMYK 0 0.13 0.38 0.21
HSL 39.47º 0.42% 0.64% -
HSV(B) 39.47º 0.38% 0.79% -
XYZ 43.65 45.11 26.15 -
YUV 178.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 202 176 126 0 0.13 0.38 0.21 39.47 0.42 0.64
Hex CA B0 7E 0 D 26 15 27 2A 40
Octal 312 260 176 0 15 46 25 47 52 100
Binary 11001010 10110000 1111110 0 1101 100110 10101 100111 101010 1000000

Color Harmonies of #CAB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB07E

Black with #CAB07E

Text Example


Text Example

White with #CAB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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