Html Css Color HEX #CAB17B Ecru

📋 copy color: '#CAB17B'

red 202 ◦ green 177 ◦ blue 123

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

Shades of Ecru #CAB17B

Tints of Ecru #CAB17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.5%

R = 40.24%
G = 35.26%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CAB17B (or 0xCAB17B) is known color: Ecru. HEX triplet: CA, B1 and 7B. RGB value is (202,177,123). Sum of RGB (Red+Green+Blue) = 202+177+123=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB17B is #354E84. Grayscale: #B2B2B2. Windows color (decimal): -3493509 or 8106442. OLE color: 8106442.

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

Color convert

RGB 202 177 123 -
CMYK 0 0.12 0.39 0.21
HSL 41.01º 0.43% 0.64% -
HSV(B) 41.01º 0.39% 0.79% -
XYZ 43.65 45.43 25.21 -
YUV 178.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 202 177 123 0 0.12 0.39 0.21 41.01 0.43 0.64
Hex CA B1 7B 0 C 27 15 29 2B 40
Octal 312 261 173 0 14 47 25 51 53 100
Binary 11001010 10110001 1111011 0 1100 100111 10101 101001 101011 1000000

Color Harmonies of #CAB17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB17B

Black with #CAB17B

Text Example


Text Example

White with #CAB17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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