Shades of Charm #CF6482
Tints of Charm #CF6482
RGB
CMYK
RGB Variations
Color information
#CF6482 (or 0xCF6482) is known color: Charm. HEX triplet: CF, 64 and 82. RGB value is (207,100,130). Sum of RGB (Red+Green+Blue) = 207+100+130=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6482 is #309B7D. Grayscale: #878787. Windows color (decimal): -3185534 or 8545487. OLE color: 8545487.
HSL color Cylindrical-coordinate representation of color #CF6482: hue angle of 343.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6482 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 130 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.19 |
| HSL | 343.18º | 0.53% | 0.6% | - |
| HSV(B) | 343.18º | 0.52% | 0.81% | - |
| XYZ | 34.32 | 23.99 | 23.94 | - |
| YUV | 135.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 130 | 0 | 0.52 | 0.37 | 0.19 | 343.18 | 0.53 | 0.6 |
| Hex | CF | 64 | 82 | 0 | 34 | 25 | 13 | 157 | 35 | 3C |
| Octal | 317 | 144 | 202 | 0 | 64 | 45 | 23 | 527 | 65 | 74 |
| Binary | 11001111 | 1100100 | 10000010 | 0 | 110100 | 100101 | 10011 | 101010111 | 110101 | 111100 |
Color Harmonies of #CF6482
Complementary color
Monochromatic Colors of #CF6482
Black with #CF6482
Text Example
Text Example
White with #CF6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6482; }
p { color: rgb(207,100,130); }
H1.HeaderClassName
{
color: #CF6482;
}
.AnyTagClassName
{
color: #CF6482;
}
</style>
background-color css
<style>
a { background-color: #CF6482; }
a { background-color: rgb(207,100,130); }
div.DivClassName
{
background-color: #CF6482;
}
.BgClassName
{
background-color: #CF6482;
}
</style>
border-color css
<style>
span { border-color: #CF6482; }
span { border-color: rgb(207,100,130); }
td.TdClassName
{
border-color: #CF6482;
}
.TagClassName
{
border-color: #CF6482;
}
</style>