Shades of Charm #CF6283
Tints of Charm #CF6283
RGB
CMYK
RGB Variations
Color information
#CF6283 (or 0xCF6283) is known color: Charm. HEX triplet: CF, 62 and 83. RGB value is (207,98,131). Sum of RGB (Red+Green+Blue) = 207+98+131=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6283 is #309D7C. Grayscale: #868686. Windows color (decimal): -3186045 or 8610511. OLE color: 8610511.
HSL color Cylindrical-coordinate representation of color #CF6283: hue angle of 341.83º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6283 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 131 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.19 |
| HSL | 341.83º | 0.53% | 0.6% | - |
| HSV(B) | 341.83º | 0.53% | 0.81% | - |
| XYZ | 34.2 | 23.64 | 24.23 | - |
| YUV | 134.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 131 | 0 | 0.53 | 0.37 | 0.19 | 341.83 | 0.53 | 0.6 |
| Hex | CF | 62 | 83 | 0 | 35 | 25 | 13 | 156 | 35 | 3C |
| Octal | 317 | 142 | 203 | 0 | 65 | 45 | 23 | 526 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10000011 | 0 | 110101 | 100101 | 10011 | 101010110 | 110101 | 111100 |
Color Harmonies of #CF6283
Complementary color
Monochromatic Colors of #CF6283
Black with #CF6283
Text Example
Text Example
White with #CF6283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6283; }
p { color: rgb(207,98,131); }
H1.HeaderClassName
{
color: #CF6283;
}
.AnyTagClassName
{
color: #CF6283;
}
</style>
background-color css
<style>
a { background-color: #CF6283; }
a { background-color: rgb(207,98,131); }
div.DivClassName
{
background-color: #CF6283;
}
.BgClassName
{
background-color: #CF6283;
}
</style>
border-color css
<style>
span { border-color: #CF6283; }
span { border-color: rgb(207,98,131); }
td.TdClassName
{
border-color: #CF6283;
}
.TagClassName
{
border-color: #CF6283;
}
</style>