Shades of Charm #CF6484
Tints of Charm #CF6484
RGB
CMYK
RGB Variations
Color information
#CF6484 (or 0xCF6484) is known color: Charm. HEX triplet: CF, 64 and 84. RGB value is (207,100,132). Sum of RGB (Red+Green+Blue) = 207+100+132=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6484 is #309B7B. Grayscale: #878787. Windows color (decimal): -3185532 or 8676559. OLE color: 8676559.
HSL color Cylindrical-coordinate representation of color #CF6484: hue angle of 342.06º 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 #CF6484 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 132 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.19 |
| HSL | 342.06º | 0.53% | 0.6% | - |
| HSV(B) | 342.06º | 0.52% | 0.81% | - |
| XYZ | 34.45 | 24.05 | 24.66 | - |
| YUV | 135.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 132 | 0 | 0.52 | 0.36 | 0.19 | 342.06 | 0.53 | 0.6 |
| Hex | CF | 64 | 84 | 0 | 34 | 24 | 13 | 156 | 35 | 3C |
| Octal | 317 | 144 | 204 | 0 | 64 | 44 | 23 | 526 | 65 | 74 |
| Binary | 11001111 | 1100100 | 10000100 | 0 | 110100 | 100100 | 10011 | 101010110 | 110101 | 111100 |
Color Harmonies of #CF6484
Complementary color
Monochromatic Colors of #CF6484
Black with #CF6484
Text Example
Text Example
White with #CF6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6484; }
p { color: rgb(207,100,132); }
H1.HeaderClassName
{
color: #CF6484;
}
.AnyTagClassName
{
color: #CF6484;
}
</style>
background-color css
<style>
a { background-color: #CF6484; }
a { background-color: rgb(207,100,132); }
div.DivClassName
{
background-color: #CF6484;
}
.BgClassName
{
background-color: #CF6484;
}
</style>
border-color css
<style>
span { border-color: #CF6484; }
span { border-color: rgb(207,100,132); }
td.TdClassName
{
border-color: #CF6484;
}
.TagClassName
{
border-color: #CF6484;
}
</style>