Shades of Charm #CF757A
Tints of Charm #CF757A
RGB
CMYK
RGB Variations
Color information
#CF757A (or 0xCF757A) is known color: Charm. HEX triplet: CF, 75 and 7A. RGB value is (207,117,122). Sum of RGB (Red+Green+Blue) = 207+117+122=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF757A is #308A85. Grayscale: #909090. Windows color (decimal): -3181190 or 8025551. OLE color: 8025551.
HSL color Cylindrical-coordinate representation of color #CF757A: hue angle of 356.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 #CF757A is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 122 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.19 |
| HSL | 356.67º | 0.48% | 0.64% | - |
| HSV(B) | 356.67º | 0.43% | 0.81% | - |
| XYZ | 35.61 | 27.39 | 21.82 | - |
| YUV | 144.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 122 | 0 | 0.43 | 0.41 | 0.19 | 356.67 | 0.48 | 0.64 |
| Hex | CF | 75 | 7A | 0 | 2B | 29 | 13 | 165 | 30 | 40 |
| Octal | 317 | 165 | 172 | 0 | 53 | 51 | 23 | 545 | 60 | 100 |
| Binary | 11001111 | 1110101 | 1111010 | 0 | 101011 | 101001 | 10011 | 101100101 | 110000 | 1000000 |
Color Harmonies of #CF757A
Complementary color
Monochromatic Colors of #CF757A
Black with #CF757A
Text Example
Text Example
White with #CF757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF757A; }
p { color: rgb(207,117,122); }
H1.HeaderClassName
{
color: #CF757A;
}
.AnyTagClassName
{
color: #CF757A;
}
</style>
background-color css
<style>
a { background-color: #CF757A; }
a { background-color: rgb(207,117,122); }
div.DivClassName
{
background-color: #CF757A;
}
.BgClassName
{
background-color: #CF757A;
}
</style>
border-color css
<style>
span { border-color: #CF757A; }
span { border-color: rgb(207,117,122); }
td.TdClassName
{
border-color: #CF757A;
}
.TagClassName
{
border-color: #CF757A;
}
</style>