#CD7280

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

Shades of Charm #CD7280

Tints of Charm #CD7280

Color information

#CD7280 (or 0xCD7280) is unknown color: approx Charm. HEX triplet: CD, 72 and 80. RGB value is (205,114,128). Sum of RGB (Red+Green+Blue) = 205+114+128=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7280 is #328D7F. Grayscale: #8E8E8E. Windows color (decimal): -3313024 or 8417997. OLE color: 8417997.

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

Color convert

RGB205114128-
CMYK00.440.380.20
HSL350.77º47.64%62.55%-
HSV(B)350.77º44.39%80.39%-
XYZ35.0926.5723.7-
YUV142.8119.65172.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=45.86%
G=25.50%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511412800.440.380.20350.7747.6462.55
HexCD728002C261415f303f
Octal31516220005446245376077
Binary11001101111001010000000010110010011010100101011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7280; }

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

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

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

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

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

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

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

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