#CD8285

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

Shades of Charm #CD8285

Tints of Charm #CD8285

Color information

#CD8285 (or 0xCD8285) is unknown color: approx Charm. HEX triplet: CD, 82 and 85. RGB value is (205,130,133). Sum of RGB (Red+Green+Blue) = 205+130+133=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8285 is #327D7A. Grayscale: #989898. Windows color (decimal): -3308923 or 8749773. OLE color: 8749773.

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

Color convert

RGB205130133-
CMYK00.370.350.20
HSL357.6º42.86%65.69%-
HSV(B)357.6º36.59%80.39%-
XYZ37.3930.6426.13-
YUV152.77116.85165.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=43.80%
G=27.78%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513013300.370.350.20357.642.8665.69
HexCD828502523141662b42
Octal315202205045432454653102
Binary1100110110000010100001010100101100011101001011001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8285; }

 p { color: rgb(205,130,133); }

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

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

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

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

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

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

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