Shades of Charm #CF7383
Tints of Charm #CF7383
RGB
CMYK
RGB Variations
Color information
#CF7383 (or 0xCF7383) is known color: Charm. HEX triplet: CF, 73 and 83. RGB value is (207,115,131). Sum of RGB (Red+Green+Blue) = 207+115+131=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7383 is #308C7C. Grayscale: #909090. Windows color (decimal): -3181693 or 8614863. OLE color: 8614863.
HSL color Cylindrical-coordinate representation of color #CF7383: hue angle of 349.57º 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 #CF7383 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 131 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.19 |
| HSL | 349.57º | 0.49% | 0.63% | - |
| HSV(B) | 349.57º | 0.44% | 0.81% | - |
| XYZ | 35.96 | 27.17 | 24.82 | - |
| YUV | 144.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 131 | 0 | 0.44 | 0.37 | 0.19 | 349.57 | 0.49 | 0.63 |
| Hex | CF | 73 | 83 | 0 | 2C | 25 | 13 | 15E | 31 | 3F |
| Octal | 317 | 163 | 203 | 0 | 54 | 45 | 23 | 536 | 61 | 77 |
| Binary | 11001111 | 1110011 | 10000011 | 0 | 101100 | 100101 | 10011 | 101011110 | 110001 | 111111 |
Color Harmonies of #CF7383
Complementary color
Monochromatic Colors of #CF7383
Black with #CF7383
Text Example
Text Example
White with #CF7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7383; }
p { color: rgb(207,115,131); }
H1.HeaderClassName
{
color: #CF7383;
}
.AnyTagClassName
{
color: #CF7383;
}
</style>
background-color css
<style>
a { background-color: #CF7383; }
a { background-color: rgb(207,115,131); }
div.DivClassName
{
background-color: #CF7383;
}
.BgClassName
{
background-color: #CF7383;
}
</style>
border-color css
<style>
span { border-color: #CF7383; }
span { border-color: rgb(207,115,131); }
td.TdClassName
{
border-color: #CF7383;
}
.TagClassName
{
border-color: #CF7383;
}
</style>