#CD7F82

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

Shades of Charm #CD7F82

Tints of Charm #CD7F82

Color information

#CD7F82 (or 0xCD7F82) is unknown color: approx Charm. HEX triplet: CD, 7F and 82. RGB value is (205,127,130). Sum of RGB (Red+Green+Blue) = 205+127+130=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7F82 is #32807D. Grayscale: #969696. Windows color (decimal): -3309694 or 8552397. OLE color: 8552397.

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

Color convert

RGB205127130-
CMYK00.380.370.20
HSL357.69º43.82%65.1%-
HSV(B)357.69º38.05%80.39%-
XYZ36.829.7724.93-
YUV150.66116.34166.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.37%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=44.37%
G=27.49%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512713000.380.370.20357.6943.8265.1
HexCD7F8202625141662c41
Octal315177202046452454654101
Binary110011011111111100000100100110100101101001011001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F82; }

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

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

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

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

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

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

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

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