#CCC8B9

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

Shades of Chrome White #CCC8B9

Tints of Chrome White #CCC8B9

Color information

#CCC8B9 (or 0xCCC8B9) is unknown color: approx Chrome White. HEX triplet: CC, C8 and B9. RGB value is (204,200,185). Sum of RGB (Red+Green+Blue) = 204+200+185=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8B9 is #333746. Grayscale: #C7C7C7. Windows color (decimal): -3356487 or 12175564. OLE color: 12175564.

HSL color Cylindrical-coordinate representation of color #CCC8B9: hue angle of 47.37º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC8B9 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204200185-
CMYK00.020.090.2
HSL47.37º15.7%76.27%-
HSV(B)47.37º9.31%80%-
XYZ54.3157.6554.16-
YUV199.49119.83131.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 200 (78.52% from 255) = 33.96%
BLUE value IS 185 (72.66% from 255) = 31.41%
R=34.63%
G=33.96%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420018500.020.090.247.3715.776.27
HexCCC8B9029142f104c
Octal3143102710211245720114
Binary110011001100100010111001010100110100101111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8B9; }

 p { color: rgb(204,200,185); }

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

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

 a { background-color: rgb(204,200,185); }

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

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

 span { border-color: rgb(204,200,185); }

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