#CF7D82

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

Shades of Charm #CF7D82

Tints of Charm #CF7D82

Color information

#CF7D82 (or 0xCF7D82) is unknown color: approx Charm. HEX triplet: CF, 7D and 82. RGB value is (207,125,130). Sum of RGB (Red+Green+Blue) = 207+125+130=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7D82 is #30827D. Grayscale: #969696. Windows color (decimal): -3179134 or 8551887. OLE color: 8551887.

HSL color Cylindrical-coordinate representation of color #CF7D82: hue angle of 356.34º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7D82 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB207125130-
CMYK00.400.370.19
HSL356.34º46.07%65.1%-
HSV(B)356.34º39.61%81.18%-
XYZ37.129.5424.87-
YUV150.09116.67168.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.81%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=44.81%
G=27.06%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712513000.400.370.19356.3446.0765.1
HexCF7D8202825131642e41
Octal317175202050452354456101
Binary110011111111101100000100101000100101100111011001001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7D82; }

 p { color: rgb(207,125,130); }

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

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

 a { background-color: rgb(207,125,130); }

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

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

 span { border-color: rgb(207,125,130); }

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