Shades of Charm #CF7580
Tints of Charm #CF7580
RGB
CMYK
RGB Variations
Color information
#CF7580 (or 0xCF7580) is known color: Charm. HEX triplet: CF, 75 and 80. RGB value is (207,117,128). Sum of RGB (Red+Green+Blue) = 207+117+128=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7580 is #308A7F. Grayscale: #919191. Windows color (decimal): -3181184 or 8418767. OLE color: 8418767.
HSL color Cylindrical-coordinate representation of color #CF7580: hue angle of 352.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7580 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 128 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.19 |
| HSL | 352.67º | 0.48% | 0.64% | - |
| HSV(B) | 352.67º | 0.43% | 0.81% | - |
| XYZ | 35.99 | 27.55 | 23.84 | - |
| YUV | 145.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 128 | 0 | 0.43 | 0.38 | 0.19 | 352.67 | 0.48 | 0.64 |
| Hex | CF | 75 | 80 | 0 | 2B | 26 | 13 | 161 | 30 | 40 |
| Octal | 317 | 165 | 200 | 0 | 53 | 46 | 23 | 541 | 60 | 100 |
| Binary | 11001111 | 1110101 | 10000000 | 0 | 101011 | 100110 | 10011 | 101100001 | 110000 | 1000000 |
Color Harmonies of #CF7580
Complementary color
Monochromatic Colors of #CF7580
Black with #CF7580
Text Example
Text Example
White with #CF7580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7580; }
p { color: rgb(207,117,128); }
H1.HeaderClassName
{
color: #CF7580;
}
.AnyTagClassName
{
color: #CF7580;
}
</style>
background-color css
<style>
a { background-color: #CF7580; }
a { background-color: rgb(207,117,128); }
div.DivClassName
{
background-color: #CF7580;
}
.BgClassName
{
background-color: #CF7580;
}
</style>
border-color css
<style>
span { border-color: #CF7580; }
span { border-color: rgb(207,117,128); }
td.TdClassName
{
border-color: #CF7580;
}
.TagClassName
{
border-color: #CF7580;
}
</style>