Shades of Charm #CF6784
Tints of Charm #CF6784
RGB
CMYK
RGB Variations
Color information
#CF6784 (or 0xCF6784) is known color: Charm. HEX triplet: CF, 67 and 84. RGB value is (207,103,132). Sum of RGB (Red+Green+Blue) = 207+103+132=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6784 is #30987B. Grayscale: #898989. Windows color (decimal): -3184764 or 8677327. OLE color: 8677327.
HSL color Cylindrical-coordinate representation of color #CF6784: hue angle of 343.27º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6784 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 132 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.19 |
| HSL | 343.27º | 0.52% | 0.61% | - |
| HSV(B) | 343.27º | 0.5% | 0.81% | - |
| XYZ | 34.75 | 24.63 | 24.75 | - |
| YUV | 137.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 132 | 0 | 0.50 | 0.36 | 0.19 | 343.27 | 0.52 | 0.61 |
| Hex | CF | 67 | 84 | 0 | 32 | 24 | 13 | 157 | 34 | 3D |
| Octal | 317 | 147 | 204 | 0 | 62 | 44 | 23 | 527 | 64 | 75 |
| Binary | 11001111 | 1100111 | 10000100 | 0 | 110010 | 100100 | 10011 | 101010111 | 110100 | 111101 |
Color Harmonies of #CF6784
Complementary color
Monochromatic Colors of #CF6784
Black with #CF6784
Text Example
Text Example
White with #CF6784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6784; }
p { color: rgb(207,103,132); }
H1.HeaderClassName
{
color: #CF6784;
}
.AnyTagClassName
{
color: #CF6784;
}
</style>
background-color css
<style>
a { background-color: #CF6784; }
a { background-color: rgb(207,103,132); }
div.DivClassName
{
background-color: #CF6784;
}
.BgClassName
{
background-color: #CF6784;
}
</style>
border-color css
<style>
span { border-color: #CF6784; }
span { border-color: rgb(207,103,132); }
td.TdClassName
{
border-color: #CF6784;
}
.TagClassName
{
border-color: #CF6784;
}
</style>