#CCCAC8

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

Shades of Swirl #CCCAC8

Tints of Swirl #CCCAC8

Color information

#CCCAC8 (or 0xCCCAC8) is unknown color: approx Swirl. HEX triplet: CC, CA and C8. RGB value is (204,202,200). Sum of RGB (Red+Green+Blue) = 204+202+200=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAC8 is #333537. Grayscale: #CACACA. Windows color (decimal): -3355960 or 13159116. OLE color: 13159116.

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

Color convert

RGB204202200-
CMYK00.010.020.2
HSL30º3.77%79.22%-
HSV(B)30º1.96%80%-
XYZ56.4559.2563.1-
YUV202.37126.66129.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 200 (78.52% from 255) = 33.00%
R=33.66%
G=33.33%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420220000.010.020.2303.7779.22
HexCCCAC8012141e44f
Octal31431231001224364117
Binary110011001100101011001000011010100111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAC8; }

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

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

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

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

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

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

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

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