#CDC1BE

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

Shades of Alto #CDC1BE

Tints of Alto #CDC1BE

Color information

#CDC1BE (or 0xCDC1BE) is unknown color: approx Alto. HEX triplet: CD, C1 and BE. RGB value is (205,193,190). Sum of RGB (Red+Green+Blue) = 205+193+190=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1BE is #323E41. Grayscale: #C4C4C4. Windows color (decimal): -3292738 or 12501453. OLE color: 12501453.

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

Color convert

RGB205193190-
CMYK00.060.070.20
HSL12º13.04%77.45%-
HSV(B)12º7.32%80.39%-
XYZ53.5454.8456.48-
YUV196.25124.48134.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=34.86%
G=32.82%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519319000.060.070.201213.0477.45
HexCDC1BE06714cd4d
Octal315301276067241415115
Binary110011011100000110111110011011110100110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1BE; }

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

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

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

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

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

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

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

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