#CAC7BB

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

Shades of Chrome White #CAC7BB

Tints of Chrome White #CAC7BB

Color information

#CAC7BB (or 0xCAC7BB) is unknown color: approx Chrome White. HEX triplet: CA, C7 and BB. RGB value is (202,199,187). Sum of RGB (Red+Green+Blue) = 202+199+187=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7BB is #353844. Grayscale: #C6C6C6. Windows color (decimal): -3487813 or 12306378. OLE color: 12306378.

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

Color convert

RGB202199187-
CMYK00.010.070.21
HSL48º12.4%76.27%-
HSV(B)48º7.43%79.22%-
XYZ53.7556.9955.18-
YUV198.53121.49130.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 199 (78.12% from 255) = 33.84%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=34.35%
G=33.84%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219918700.010.070.214812.476.27
HexCAC7BB0171530c4c
Octal312307273017256014114
Binary110010101100011110111011011111010111000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7BB; }

 p { color: rgb(202,199,187); }

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

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

 a { background-color: rgb(202,199,187); }

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

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

 span { border-color: rgb(202,199,187); }

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