Shades of Charm #CF7A85
Tints of Charm #CF7A85
RGB
CMYK
RGB Variations
Color information
#CF7A85 (or 0xCF7A85) is known color: Charm. HEX triplet: CF, 7A and 85. RGB value is (207,122,133). Sum of RGB (Red+Green+Blue) = 207+122+133=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7A85 is #30857A. Grayscale: #949494. Windows color (decimal): -3179899 or 8747727. OLE color: 8747727.
HSL color Cylindrical-coordinate representation of color #CF7A85: hue angle of 352.24º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7A85 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 133 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.19 |
| HSL | 352.24º | 0.47% | 0.65% | - |
| HSV(B) | 352.24º | 0.41% | 0.81% | - |
| XYZ | 36.93 | 28.88 | 25.82 | - |
| YUV | 148.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 133 | 0 | 0.41 | 0.36 | 0.19 | 352.24 | 0.47 | 0.65 |
| Hex | CF | 7A | 85 | 0 | 29 | 24 | 13 | 160 | 2F | 41 |
| Octal | 317 | 172 | 205 | 0 | 51 | 44 | 23 | 540 | 57 | 101 |
| Binary | 11001111 | 1111010 | 10000101 | 0 | 101001 | 100100 | 10011 | 101100000 | 101111 | 1000001 |
Color Harmonies of #CF7A85
Complementary color
Monochromatic Colors of #CF7A85
Black with #CF7A85
Text Example
Text Example
White with #CF7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A85; }
p { color: rgb(207,122,133); }
H1.HeaderClassName
{
color: #CF7A85;
}
.AnyTagClassName
{
color: #CF7A85;
}
</style>
background-color css
<style>
a { background-color: #CF7A85; }
a { background-color: rgb(207,122,133); }
div.DivClassName
{
background-color: #CF7A85;
}
.BgClassName
{
background-color: #CF7A85;
}
</style>
border-color css
<style>
span { border-color: #CF7A85; }
span { border-color: rgb(207,122,133); }
td.TdClassName
{
border-color: #CF7A85;
}
.TagClassName
{
border-color: #CF7A85;
}
</style>