Shades of Charm #CF6282
Tints of Charm #CF6282
RGB
CMYK
RGB Variations
Color information
#CF6282 (or 0xCF6282) is known color: Charm. HEX triplet: CF, 62 and 82. RGB value is (207,98,130). Sum of RGB (Red+Green+Blue) = 207+98+130=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6282 is #309D7D. Grayscale: #868686. Windows color (decimal): -3186046 or 8544975. OLE color: 8544975.
HSL color Cylindrical-coordinate representation of color #CF6282: hue angle of 342.39º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6282 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 130 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.19 |
| HSL | 342.39º | 0.53% | 0.6% | - |
| HSV(B) | 342.39º | 0.53% | 0.81% | - |
| XYZ | 34.13 | 23.61 | 23.88 | - |
| YUV | 134.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 130 | 0 | 0.53 | 0.37 | 0.19 | 342.39 | 0.53 | 0.6 |
| Hex | CF | 62 | 82 | 0 | 35 | 25 | 13 | 156 | 35 | 3C |
| Octal | 317 | 142 | 202 | 0 | 65 | 45 | 23 | 526 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10000010 | 0 | 110101 | 100101 | 10011 | 101010110 | 110101 | 111100 |
Color Harmonies of #CF6282
Complementary color
Monochromatic Colors of #CF6282
Black with #CF6282
Text Example
Text Example
White with #CF6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6282; }
p { color: rgb(207,98,130); }
H1.HeaderClassName
{
color: #CF6282;
}
.AnyTagClassName
{
color: #CF6282;
}
</style>
background-color css
<style>
a { background-color: #CF6282; }
a { background-color: rgb(207,98,130); }
div.DivClassName
{
background-color: #CF6282;
}
.BgClassName
{
background-color: #CF6282;
}
</style>
border-color css
<style>
span { border-color: #CF6282; }
span { border-color: rgb(207,98,130); }
td.TdClassName
{
border-color: #CF6282;
}
.TagClassName
{
border-color: #CF6282;
}
</style>