Shades of Charm #CF6380
Tints of Charm #CF6380
RGB
CMYK
RGB Variations
Color information
#CF6380 (or 0xCF6380) is known color: Charm. HEX triplet: CF, 63 and 80. RGB value is (207,99,128). Sum of RGB (Red+Green+Blue) = 207+99+128=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6380 is #309C7F. Grayscale: #868686. Windows color (decimal): -3185792 or 8414159. OLE color: 8414159.
HSL color Cylindrical-coordinate representation of color #CF6380: hue angle of 343.89º 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 #CF6380 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 128 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.19 |
| HSL | 343.89º | 0.53% | 0.6% | - |
| HSV(B) | 343.89º | 0.52% | 0.81% | - |
| XYZ | 34.09 | 23.75 | 23.21 | - |
| YUV | 134.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 128 | 0 | 0.52 | 0.38 | 0.19 | 343.89 | 0.53 | 0.6 |
| Hex | CF | 63 | 80 | 0 | 34 | 26 | 13 | 158 | 35 | 3C |
| Octal | 317 | 143 | 200 | 0 | 64 | 46 | 23 | 530 | 65 | 74 |
| Binary | 11001111 | 1100011 | 10000000 | 0 | 110100 | 100110 | 10011 | 101011000 | 110101 | 111100 |
Color Harmonies of #CF6380
Complementary color
Monochromatic Colors of #CF6380
Black with #CF6380
Text Example
Text Example
White with #CF6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6380; }
p { color: rgb(207,99,128); }
H1.HeaderClassName
{
color: #CF6380;
}
.AnyTagClassName
{
color: #CF6380;
}
</style>
background-color css
<style>
a { background-color: #CF6380; }
a { background-color: rgb(207,99,128); }
div.DivClassName
{
background-color: #CF6380;
}
.BgClassName
{
background-color: #CF6380;
}
</style>
border-color css
<style>
span { border-color: #CF6380; }
span { border-color: rgb(207,99,128); }
td.TdClassName
{
border-color: #CF6380;
}
.TagClassName
{
border-color: #CF6380;
}
</style>