Shades of Charm #CF6485
Tints of Charm #CF6485
RGB
CMYK
RGB Variations
Color information
#CF6485 (or 0xCF6485) is known color: Charm. HEX triplet: CF, 64 and 85. RGB value is (207,100,133). Sum of RGB (Red+Green+Blue) = 207+100+133=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6485 is #309B7A. Grayscale: #878787. Windows color (decimal): -3185531 or 8742095. OLE color: 8742095.
HSL color Cylindrical-coordinate representation of color #CF6485: hue angle of 341.5º 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 #CF6485 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 133 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.19 |
| HSL | 341.5º | 0.53% | 0.6% | - |
| HSV(B) | 341.5º | 0.52% | 0.81% | - |
| XYZ | 34.52 | 24.07 | 25.02 | - |
| YUV | 135.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 133 | 0 | 0.52 | 0.36 | 0.19 | 341.5 | 0.53 | 0.6 |
| Hex | CF | 64 | 85 | 0 | 34 | 24 | 13 | 155 | 35 | 3C |
| Octal | 317 | 144 | 205 | 0 | 64 | 44 | 23 | 525 | 65 | 74 |
| Binary | 11001111 | 1100100 | 10000101 | 0 | 110100 | 100100 | 10011 | 101010101 | 110101 | 111100 |
Color Harmonies of #CF6485
Complementary color
Monochromatic Colors of #CF6485
Black with #CF6485
Text Example
Text Example
White with #CF6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6485; }
p { color: rgb(207,100,133); }
H1.HeaderClassName
{
color: #CF6485;
}
.AnyTagClassName
{
color: #CF6485;
}
</style>
background-color css
<style>
a { background-color: #CF6485; }
a { background-color: rgb(207,100,133); }
div.DivClassName
{
background-color: #CF6485;
}
.BgClassName
{
background-color: #CF6485;
}
</style>
border-color css
<style>
span { border-color: #CF6485; }
span { border-color: rgb(207,100,133); }
td.TdClassName
{
border-color: #CF6485;
}
.TagClassName
{
border-color: #CF6485;
}
</style>