Shades of Charm #CF7385
Tints of Charm #CF7385
RGB
CMYK
RGB Variations
Color information
#CF7385 (or 0xCF7385) is known color: Charm. HEX triplet: CF, 73 and 85. RGB value is (207,115,133). Sum of RGB (Red+Green+Blue) = 207+115+133=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7385 is #308C7A. Grayscale: #909090. Windows color (decimal): -3181691 or 8745935. OLE color: 8745935.
HSL color Cylindrical-coordinate representation of color #CF7385: hue angle of 348.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7385 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 133 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.19 |
| HSL | 348.26º | 0.49% | 0.63% | - |
| HSV(B) | 348.26º | 0.44% | 0.81% | - |
| XYZ | 36.1 | 27.22 | 25.54 | - |
| YUV | 144.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 133 | 0 | 0.44 | 0.36 | 0.19 | 348.26 | 0.49 | 0.63 |
| Hex | CF | 73 | 85 | 0 | 2C | 24 | 13 | 15C | 31 | 3F |
| Octal | 317 | 163 | 205 | 0 | 54 | 44 | 23 | 534 | 61 | 77 |
| Binary | 11001111 | 1110011 | 10000101 | 0 | 101100 | 100100 | 10011 | 101011100 | 110001 | 111111 |
Color Harmonies of #CF7385
Complementary color
Monochromatic Colors of #CF7385
Black with #CF7385
Text Example
Text Example
White with #CF7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7385; }
p { color: rgb(207,115,133); }
H1.HeaderClassName
{
color: #CF7385;
}
.AnyTagClassName
{
color: #CF7385;
}
</style>
background-color css
<style>
a { background-color: #CF7385; }
a { background-color: rgb(207,115,133); }
div.DivClassName
{
background-color: #CF7385;
}
.BgClassName
{
background-color: #CF7385;
}
</style>
border-color css
<style>
span { border-color: #CF7385; }
span { border-color: rgb(207,115,133); }
td.TdClassName
{
border-color: #CF7385;
}
.TagClassName
{
border-color: #CF7385;
}
</style>