#CDB8C0

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

Shades of Melanie #CDB8C0

Tints of Melanie #CDB8C0

Color information

#CDB8C0 (or 0xCDB8C0) is unknown color: approx Melanie. HEX triplet: CD, B8 and C0. RGB value is (205,184,192). Sum of RGB (Red+Green+Blue) = 205+184+192=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8C0 is #32473F. Grayscale: #BFBFBF. Windows color (decimal): -3295040 or 12630221. OLE color: 12630221.

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

Color convert

RGB205184192-
CMYK00.100.060.20
HSL337.14º17.36%76.27%-
HSV(B)337.14º10.24%80.39%-
XYZ51.8351.0756.99-
YUV191.19128.46137.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 184 (72.27% from 255) = 31.67%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=35.28%
G=31.67%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518419200.100.060.20337.1417.3676.27
HexCDB8C00A614151114c
Octal31527030001262452121114
Binary1100110110111000110000000101011010100101010001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB8C0; }

 p { color: rgb(205,184,192); }

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

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

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

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

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

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

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