#CDC1BD

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

Shades of Alto #CDC1BD

Tints of Alto #CDC1BD

Color information

#CDC1BD (or 0xCDC1BD) is unknown color: approx Alto. HEX triplet: CD, C1 and BD. RGB value is (205,193,189). Sum of RGB (Red+Green+Blue) = 205+193+189=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1BD is #323E42. Grayscale: #C4C4C4. Windows color (decimal): -3292739 or 12435917. OLE color: 12435917.

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

Color convert

RGB205193189-
CMYK00.060.080.20
HSL15º13.79%77.25%-
HSV(B)15º7.8%80.39%-
XYZ53.4354.7955.9-
YUV196.13123.98134.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=34.92%
G=32.88%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519318900.060.080.201513.7977.25
HexCDC1BD06814fe4d
Octal3153012750610241716115
Binary1100110111000001101111010110100010100111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1BD; }

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

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

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

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

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

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

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

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