#CCC8BA

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

Shades of Chrome White #CCC8BA

Tints of Chrome White #CCC8BA

Color information

#CCC8BA (or 0xCCC8BA) is unknown color: approx Chrome White. HEX triplet: CC, C8 and BA. RGB value is (204,200,186). Sum of RGB (Red+Green+Blue) = 204+200+186=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8BA is #333745. Grayscale: #C7C7C7. Windows color (decimal): -3356486 or 12241100. OLE color: 12241100.

HSL color Cylindrical-coordinate representation of color #CCC8BA: hue angle of 46.67º degrees, saturation: 0.15, 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 #CCC8BA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204200186-
CMYK00.020.090.2
HSL46.67º15%76.47%-
HSV(B)46.67º8.82%80%-
XYZ54.4257.6954.72-
YUV199.6120.33131.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=34.58%
G=33.90%
B=31.53%

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
Decimal20420018600.020.090.246.671576.47
HexCCC8BA029142ff4c
Octal3143102720211245717114
Binary11001100110010001011101001010011010010111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8BA; }

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

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

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

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

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

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

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

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