Shades of Charm #CF7B7D
Tints of Charm #CF7B7D
RGB
CMYK
RGB Variations
Color information
#CF7B7D (or 0xCF7B7D) is known color: Charm. HEX triplet: CF, 7B and 7D. RGB value is (207,123,125). Sum of RGB (Red+Green+Blue) = 207+123+125=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B7D is #308482. Grayscale: #949494. Windows color (decimal): -3179651 or 8223695. OLE color: 8223695.
HSL color Cylindrical-coordinate representation of color #CF7B7D: hue angle of 358.57º 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 #CF7B7D is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 125 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.19 |
| HSL | 358.57º | 0.47% | 0.65% | - |
| HSV(B) | 358.57º | 0.41% | 0.81% | - |
| XYZ | 36.52 | 28.91 | 23.06 | - |
| YUV | 148.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 125 | 0 | 0.41 | 0.40 | 0.19 | 358.57 | 0.47 | 0.65 |
| Hex | CF | 7B | 7D | 0 | 29 | 28 | 13 | 167 | 2F | 41 |
| Octal | 317 | 173 | 175 | 0 | 51 | 50 | 23 | 547 | 57 | 101 |
| Binary | 11001111 | 1111011 | 1111101 | 0 | 101001 | 101000 | 10011 | 101100111 | 101111 | 1000001 |
Color Harmonies of #CF7B7D
Complementary color
Monochromatic Colors of #CF7B7D
Black with #CF7B7D
Text Example
Text Example
White with #CF7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B7D; }
p { color: rgb(207,123,125); }
H1.HeaderClassName
{
color: #CF7B7D;
}
.AnyTagClassName
{
color: #CF7B7D;
}
</style>
background-color css
<style>
a { background-color: #CF7B7D; }
a { background-color: rgb(207,123,125); }
div.DivClassName
{
background-color: #CF7B7D;
}
.BgClassName
{
background-color: #CF7B7D;
}
</style>
border-color css
<style>
span { border-color: #CF7B7D; }
span { border-color: rgb(207,123,125); }
td.TdClassName
{
border-color: #CF7B7D;
}
.TagClassName
{
border-color: #CF7B7D;
}
</style>