Shades of Charm #CF6381
Tints of Charm #CF6381
RGB
CMYK
RGB Variations
Color information
#CF6381 (or 0xCF6381) is known color: Charm. HEX triplet: CF, 63 and 81. RGB value is (207,99,129). Sum of RGB (Red+Green+Blue) = 207+99+129=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6381 is #309C7E. Grayscale: #868686. Windows color (decimal): -3185791 or 8479695. OLE color: 8479695.
HSL color Cylindrical-coordinate representation of color #CF6381: hue angle of 343.33º 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 #CF6381 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 129 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.19 |
| HSL | 343.33º | 0.53% | 0.6% | - |
| HSV(B) | 343.33º | 0.52% | 0.81% | - |
| XYZ | 34.16 | 23.77 | 23.56 | - |
| YUV | 134.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 129 | 0 | 0.52 | 0.38 | 0.19 | 343.33 | 0.53 | 0.6 |
| Hex | CF | 63 | 81 | 0 | 34 | 26 | 13 | 157 | 35 | 3C |
| Octal | 317 | 143 | 201 | 0 | 64 | 46 | 23 | 527 | 65 | 74 |
| Binary | 11001111 | 1100011 | 10000001 | 0 | 110100 | 100110 | 10011 | 101010111 | 110101 | 111100 |
Color Harmonies of #CF6381
Complementary color
Monochromatic Colors of #CF6381
Black with #CF6381
Text Example
Text Example
White with #CF6381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6381; }
p { color: rgb(207,99,129); }
H1.HeaderClassName
{
color: #CF6381;
}
.AnyTagClassName
{
color: #CF6381;
}
</style>
background-color css
<style>
a { background-color: #CF6381; }
a { background-color: rgb(207,99,129); }
div.DivClassName
{
background-color: #CF6381;
}
.BgClassName
{
background-color: #CF6381;
}
</style>
border-color css
<style>
span { border-color: #CF6381; }
span { border-color: rgb(207,99,129); }
td.TdClassName
{
border-color: #CF6381;
}
.TagClassName
{
border-color: #CF6381;
}
</style>