#CDC7C6

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

Shades of Alto #CDC7C6

Tints of Alto #CDC7C6

Color information

#CDC7C6 (or 0xCDC7C6) is unknown color: approx Alto. HEX triplet: CD, C7 and C6. RGB value is (205,199,198). Sum of RGB (Red+Green+Blue) = 205+199+198=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7C6 is #323839. Grayscale: #C8C8C8. Windows color (decimal): -3291194 or 13027277. OLE color: 13027277.

HSL color Cylindrical-coordinate representation of color #CDC7C6: hue angle of 8.57º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDC7C6 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205199198-
CMYK00.030.030.20
HSL8.57º6.54%79.02%-
HSV(B)8.57º3.41%80.39%-
XYZ55.7957.961.66-
YUV200.68126.49131.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 199 (78.12% from 255) = 33.06%
BLUE value IS 198 (77.73% from 255) = 32.89%
R=34.05%
G=33.06%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519919800.030.030.208.576.5479.02
HexCDC7C603314974f
Octal31530730603324117117
Binary110011011100011111000110011111010010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC7C6; }

 p { color: rgb(205,199,198); }

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

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

 a { background-color: rgb(205,199,198); }

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

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

 span { border-color: rgb(205,199,198); }

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