#CD7287

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

Shades of Charm #CD7287

Tints of Charm #CD7287

Color information

#CD7287 (or 0xCD7287) is unknown color: approx Charm. HEX triplet: CD, 72 and 87. RGB value is (205,114,135). Sum of RGB (Red+Green+Blue) = 205+114+135=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7287 is #328D78. Grayscale: #8F8F8F. Windows color (decimal): -3313017 or 8876749. OLE color: 8876749.

HSL color Cylindrical-coordinate representation of color #CD7287: hue angle of 346.15º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7287 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB205114135-
CMYK00.440.340.20
HSL346.15º47.64%62.55%-
HSV(B)346.15º44.39%80.39%-
XYZ35.5726.7626.21-
YUV143.6123.15171.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=45.15%
G=25.11%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511413500.440.340.20346.1547.6462.55
HexCD728702C221415a303f
Octal31516220705442245326077
Binary11001101111001010000111010110010001010100101011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7287; }

 p { color: rgb(205,114,135); }

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

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

 a { background-color: rgb(205,114,135); }

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

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

 span { border-color: rgb(205,114,135); }

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