#CCCABB

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

Shades of Chrome White #CCCABB

Tints of Chrome White #CCCABB

Color information

#CCCABB (or 0xCCCABB) is unknown color: approx Chrome White. HEX triplet: CC, CA and BB. RGB value is (204,202,187). Sum of RGB (Red+Green+Blue) = 204+202+187=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCABB is #333544. Grayscale: #C8C8C8. Windows color (decimal): -3355973 or 12307148. OLE color: 12307148.

HSL color Cylindrical-coordinate representation of color #CCCABB: hue angle of 52.94º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCABB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204202187-
CMYK00.010.080.2
HSL52.94º14.29%76.67%-
HSV(B)52.94º8.33%80%-
XYZ54.9958.6755.44-
YUV200.89120.16130.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=34.40%
G=34.06%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420218700.010.080.252.9414.2976.67
HexCCCABB0181435e4d
Octal3143122730110246516115
Binary1100110011001010101110110110001010011010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCABB; }

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

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

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

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

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

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

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

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