#CDC9C8

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

Shades of Alto #CDC9C8

Tints of Alto #CDC9C8

Color information

#CDC9C8 (or 0xCDC9C8) is unknown color: approx Alto. HEX triplet: CD, C9 and C8. RGB value is (205,201,200). Sum of RGB (Red+Green+Blue) = 205+201+200=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9C8 is #323637. Grayscale: #CACACA. Windows color (decimal): -3290680 or 13158861. OLE color: 13158861.

HSL color Cylindrical-coordinate representation of color #CDC9C8: hue angle of 12º degrees, saturation: 0.05, 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 #CDC9C8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205201200-
CMYK00.020.020.20
HSL12º4.76%79.41%-
HSV(B)12º2.44%80.39%-
XYZ56.4958.9263.04-
YUV202.08126.83130.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 201 (78.91% from 255) = 33.17%
BLUE value IS 200 (78.52% from 255) = 33.00%
R=33.83%
G=33.17%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520120000.020.020.20124.7679.41
HexCDC9C802214c54f
Octal31531131002224145117
Binary110011011100100111001000010101010011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9C8; }

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

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

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

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

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

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

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

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