#CAC6B1

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

Shades of Chrome White #CAC6B1

Tints of Chrome White #CAC6B1

Color information

#CAC6B1 (or 0xCAC6B1) is unknown color: approx Chrome White. HEX triplet: CA, C6 and B1. RGB value is (202,198,177). Sum of RGB (Red+Green+Blue) = 202+198+177=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6B1 is #35394E. Grayscale: #C4C4C4. Windows color (decimal): -3488079 or 11650762. OLE color: 11650762.

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

Color convert

RGB202198177-
CMYK00.020.120.21
HSL50.4º19.08%74.31%-
HSV(B)50.4º12.38%79.22%-
XYZ52.4956.1249.66-
YUV196.8116.83131.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 198 (77.73% from 255) = 34.32%
BLUE value IS 177 (69.53% from 255) = 30.68%
R=35.01%
G=34.32%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219817700.020.120.2150.419.0874.31
HexCAC6B102C1532134a
Octal3123062610214256223112
Binary110010101100011010110001010110010101110010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6B1; }

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

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

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

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

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

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

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

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