#CCC9C8

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

Shades of Alto #CCC9C8

Tints of Alto #CCC9C8

Color information

#CCC9C8 (or 0xCCC9C8) is unknown color: approx Alto. HEX triplet: CC, C9 and C8. RGB value is (204,201,200). Sum of RGB (Red+Green+Blue) = 204+201+200=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9C8 is #333637. Grayscale: #C9C9C9. Windows color (decimal): -3356216 or 13158860. OLE color: 13158860.

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

Color convert

RGB204201200-
CMYK00.010.020.2
HSL15º3.77%79.22%-
HSV(B)15º1.96%80%-
XYZ56.2158.7863.03-
YUV201.78126.99129.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 201 (78.91% from 255) = 33.22%
BLUE value IS 200 (78.52% from 255) = 33.06%
R=33.72%
G=33.22%
B=33.06%

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
Decimal20420120000.010.020.2153.7779.22
HexCCC9C801214f44f
Octal31431131001224174117
Binary11001100110010011100100001101010011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9C8; }

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

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

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

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

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

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

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

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