Shades of Charm #CF6782
Tints of Charm #CF6782
RGB
CMYK
RGB Variations
Color information
#CF6782 (or 0xCF6782) is known color: Charm. HEX triplet: CF, 67 and 82. RGB value is (207,103,130). Sum of RGB (Red+Green+Blue) = 207+103+130=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6782 is #30987D. Grayscale: #898989. Windows color (decimal): -3184766 or 8546255. OLE color: 8546255.
HSL color Cylindrical-coordinate representation of color #CF6782: hue angle of 344.42º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6782 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 130 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.19 |
| HSL | 344.42º | 0.52% | 0.61% | - |
| HSV(B) | 344.42º | 0.5% | 0.81% | - |
| XYZ | 34.61 | 24.58 | 24.04 | - |
| YUV | 137.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 130 | 0 | 0.50 | 0.37 | 0.19 | 344.42 | 0.52 | 0.61 |
| Hex | CF | 67 | 82 | 0 | 32 | 25 | 13 | 158 | 34 | 3D |
| Octal | 317 | 147 | 202 | 0 | 62 | 45 | 23 | 530 | 64 | 75 |
| Binary | 11001111 | 1100111 | 10000010 | 0 | 110010 | 100101 | 10011 | 101011000 | 110100 | 111101 |
Color Harmonies of #CF6782
Complementary color
Monochromatic Colors of #CF6782
Black with #CF6782
Text Example
Text Example
White with #CF6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6782; }
p { color: rgb(207,103,130); }
H1.HeaderClassName
{
color: #CF6782;
}
.AnyTagClassName
{
color: #CF6782;
}
</style>
background-color css
<style>
a { background-color: #CF6782; }
a { background-color: rgb(207,103,130); }
div.DivClassName
{
background-color: #CF6782;
}
.BgClassName
{
background-color: #CF6782;
}
</style>
border-color css
<style>
span { border-color: #CF6782; }
span { border-color: rgb(207,103,130); }
td.TdClassName
{
border-color: #CF6782;
}
.TagClassName
{
border-color: #CF6782;
}
</style>