#CCCABA

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

Shades of Chrome White #CCCABA

Tints of Chrome White #CCCABA

Color information

#CCCABA (or 0xCCCABA) is unknown color: approx Chrome White. HEX triplet: CC, CA and BA. RGB value is (204,202,186). Sum of RGB (Red+Green+Blue) = 204+202+186=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCABA is #333545. Grayscale: #C8C8C8. Windows color (decimal): -3355974 or 12241612. OLE color: 12241612.

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

Color convert

RGB204202186-
CMYK00.010.090.2
HSL53.33º15%76.47%-
HSV(B)53.33º8.82%80%-
XYZ54.8958.6254.88-
YUV200.77119.66130.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=34.46%
G=34.12%
B=31.42%

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
Decimal20420218600.010.090.253.331576.47
HexCCCABA0191435f4c
Octal3143122720111246517114
Binary1100110011001010101110100110011010011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCABA; }

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

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

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

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

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

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

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

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