#CDC1C1

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

Shades of Alto #CDC1C1

Tints of Alto #CDC1C1

Color information

#CDC1C1 (or 0xCDC1C1) is unknown color: approx Alto. HEX triplet: CD, C1 and C1. RGB value is (205,193,193). Sum of RGB (Red+Green+Blue) = 205+193+193=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1C1 is #323E3E. Grayscale: #C4C4C4. Windows color (decimal): -3292735 or 12698061. OLE color: 12698061.

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

Color convert

RGB205193193-
CMYK00.060.060.20
HSL10.71%78.04%-
HSV(B)5.85%80.39%-
XYZ53.8754.9758.22-
YUV196.59125.98134-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 193 (75.78% from 255) = 32.66%
R=34.69%
G=32.66%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519319300.060.060.20010.7178.04
HexCDC1C1066140b4e
Octal31530130106624013116
Binary110011011100000111000001011011010100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1C1; }

 p { color: rgb(205,193,193); }

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

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

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

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

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

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

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