#CCC5C3

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

Shades of Alto #CCC5C3

Tints of Alto #CCC5C3

Color information

#CCC5C3 (or 0xCCC5C3) is unknown color: approx Alto. HEX triplet: CC, C5 and C3. RGB value is (204,197,195). Sum of RGB (Red+Green+Blue) = 204+197+195=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5C3 is #333A3C. Grayscale: #C6C6C6. Windows color (decimal): -3357245 or 12830156. OLE color: 12830156.

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

Color convert

RGB204197195-
CMYK00.030.040.2
HSL13.33º8.11%78.24%-
HSV(B)13.33º4.41%80%-
XYZ54.7256.7159.69-
YUV198.86125.82131.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 197 (77.34% from 255) = 33.05%
BLUE value IS 195 (76.56% from 255) = 32.72%
R=34.23%
G=33.05%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419719500.030.040.213.338.1178.24
HexCCC5C303414d84e
Octal314305303034241510116
Binary11001100110001011100001101110010100110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5C3; }

 p { color: rgb(204,197,195); }

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

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

 a { background-color: rgb(204,197,195); }

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

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

 span { border-color: rgb(204,197,195); }

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