Shades of Charm #CF6C7B
Tints of Charm #CF6C7B
RGB
CMYK
RGB Variations
Color information
#CF6C7B (or 0xCF6C7B) is known color: Charm. HEX triplet: CF, 6C and 7B. RGB value is (207,108,123). Sum of RGB (Red+Green+Blue) = 207+108+123=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C7B is #309384. Grayscale: #8B8B8B. Windows color (decimal): -3183493 or 8088783. OLE color: 8088783.
HSL color Cylindrical-coordinate representation of color #CF6C7B: hue angle of 350.91º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6C7B is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 123 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.19 |
| HSL | 350.91º | 0.51% | 0.62% | - |
| HSV(B) | 350.91º | 0.48% | 0.81% | - |
| XYZ | 34.67 | 25.42 | 21.82 | - |
| YUV | 139.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 123 | 0 | 0.48 | 0.41 | 0.19 | 350.91 | 0.51 | 0.62 |
| Hex | CF | 6C | 7B | 0 | 30 | 29 | 13 | 15F | 33 | 3E |
| Octal | 317 | 154 | 173 | 0 | 60 | 51 | 23 | 537 | 63 | 76 |
| Binary | 11001111 | 1101100 | 1111011 | 0 | 110000 | 101001 | 10011 | 101011111 | 110011 | 111110 |
Color Harmonies of #CF6C7B
Complementary color
Monochromatic Colors of #CF6C7B
Black with #CF6C7B
Text Example
Text Example
White with #CF6C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C7B; }
p { color: rgb(207,108,123); }
H1.HeaderClassName
{
color: #CF6C7B;
}
.AnyTagClassName
{
color: #CF6C7B;
}
</style>
background-color css
<style>
a { background-color: #CF6C7B; }
a { background-color: rgb(207,108,123); }
div.DivClassName
{
background-color: #CF6C7B;
}
.BgClassName
{
background-color: #CF6C7B;
}
</style>
border-color css
<style>
span { border-color: #CF6C7B; }
span { border-color: rgb(207,108,123); }
td.TdClassName
{
border-color: #CF6C7B;
}
.TagClassName
{
border-color: #CF6C7B;
}
</style>