Shades of Charm #CF6581
Tints of Charm #CF6581
RGB
CMYK
RGB Variations
Color information
#CF6581 (or 0xCF6581) is known color: Charm. HEX triplet: CF, 65 and 81. RGB value is (207,101,129). Sum of RGB (Red+Green+Blue) = 207+101+129=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6581 is #309A7E. Grayscale: #878787. Windows color (decimal): -3185279 or 8480207. OLE color: 8480207.
HSL color Cylindrical-coordinate representation of color #CF6581: hue angle of 344.15º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6581 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 129 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.19 |
| HSL | 344.15º | 0.52% | 0.6% | - |
| HSV(B) | 344.15º | 0.51% | 0.81% | - |
| XYZ | 34.35 | 24.16 | 23.62 | - |
| YUV | 135.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 129 | 0 | 0.51 | 0.38 | 0.19 | 344.15 | 0.52 | 0.6 |
| Hex | CF | 65 | 81 | 0 | 33 | 26 | 13 | 158 | 34 | 3C |
| Octal | 317 | 145 | 201 | 0 | 63 | 46 | 23 | 530 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10000001 | 0 | 110011 | 100110 | 10011 | 101011000 | 110100 | 111100 |
Color Harmonies of #CF6581
Complementary color
Monochromatic Colors of #CF6581
Black with #CF6581
Text Example
Text Example
White with #CF6581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6581; }
p { color: rgb(207,101,129); }
H1.HeaderClassName
{
color: #CF6581;
}
.AnyTagClassName
{
color: #CF6581;
}
</style>
background-color css
<style>
a { background-color: #CF6581; }
a { background-color: rgb(207,101,129); }
div.DivClassName
{
background-color: #CF6581;
}
.BgClassName
{
background-color: #CF6581;
}
</style>
border-color css
<style>
span { border-color: #CF6581; }
span { border-color: rgb(207,101,129); }
td.TdClassName
{
border-color: #CF6581;
}
.TagClassName
{
border-color: #CF6581;
}
</style>