#CAC6B0

Color #CAC6B0 Chrome White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chrome White #CAC6B0

Tints of Chrome White #CAC6B0

Color information

#CAC6B0 (or 0xCAC6B0) is unknown color: approx Chrome White. HEX triplet: CA, C6 and B0. RGB value is (202,198,176). Sum of RGB (Red+Green+Blue) = 202+198+176=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6B0 is #35394F. Grayscale: #C4C4C4. Windows color (decimal): -3488080 or 11585226. OLE color: 11585226.

HSL color Cylindrical-coordinate representation of color #CAC6B0: hue angle of 50.77º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAC6B0 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202198176-
CMYK00.020.130.21
HSL50.77º19.7%74.12%-
HSV(B)50.77º12.87%79.22%-
XYZ52.3956.0849.14-
YUV196.69116.33131.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=35.07%
G=34.38%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219817600.020.130.2150.7719.774.12
HexCAC6B002D1533144a
Octal3123062600215256324112
Binary110010101100011010110000010110110101110011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6B0; }

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

 H1.HeaderClassName
 {
   color: #CAC6B0;
 }
 .AnyTagClassName
 {
   color: #CAC6B0;
 }
</style>
background-color css

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

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

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

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

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

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