#CD8288

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

Shades of Charm #CD8288

Tints of Charm #CD8288

Color information

#CD8288 (or 0xCD8288) is unknown color: approx Charm. HEX triplet: CD, 82 and 88. RGB value is (205,130,136). Sum of RGB (Red+Green+Blue) = 205+130+136=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8288 is #327D77. Grayscale: #999999. Windows color (decimal): -3308920 or 8946381. OLE color: 8946381.

HSL color Cylindrical-coordinate representation of color #CD8288: hue angle of 355.2º 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 #CD8288 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB205130136-
CMYK00.370.340.20
HSL355.2º42.86%65.69%-
HSV(B)355.2º36.59%80.39%-
XYZ37.630.7227.24-
YUV153.11118.35165.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=43.52%
G=27.60%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513013600.370.340.20355.242.8665.69
HexCD828802522141632b42
Octal315202210045422454353102
Binary1100110110000010100010000100101100010101001011000111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8288; }

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

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

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

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

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

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

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

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