#CCCAB9

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

Shades of Chrome White #CCCAB9

Tints of Chrome White #CCCAB9

Color information

#CCCAB9 (or 0xCCCAB9) is unknown color: approx Chrome White. HEX triplet: CC, CA and B9. RGB value is (204,202,185). Sum of RGB (Red+Green+Blue) = 204+202+185=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAB9 is #333546. Grayscale: #C8C8C8. Windows color (decimal): -3355975 or 12176076. OLE color: 12176076.

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

Color convert

RGB204202185-
CMYK00.010.090.2
HSL53.68º15.7%76.27%-
HSV(B)53.68º9.31%80%-
XYZ54.7858.5854.32-
YUV200.66119.16130.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=34.52%
G=34.18%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420218500.010.090.253.6815.776.27
HexCCCAB90191436104c
Octal3143122710111246620114
Binary11001100110010101011100101100110100110110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAB9; }

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

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

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

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

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

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

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

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