Shades of Charm #CF738A
Tints of Charm #CF738A
RGB
CMYK
RGB Variations
Color information
#CF738A (or 0xCF738A) is known color: Charm. HEX triplet: CF, 73 and 8A. RGB value is (207,115,138). Sum of RGB (Red+Green+Blue) = 207+115+138=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF738A is #308C75. Grayscale: #919191. Windows color (decimal): -3181686 or 9073615. OLE color: 9073615.
HSL color Cylindrical-coordinate representation of color #CF738A: hue angle of 345º 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 #CF738A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 138 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.19 |
| HSL | 345º | 0.49% | 0.63% | - |
| HSV(B) | 345º | 0.44% | 0.81% | - |
| XYZ | 36.45 | 27.36 | 27.4 | - |
| YUV | 145.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 138 | 0 | 0.44 | 0.33 | 0.19 | 345 | 0.49 | 0.63 |
| Hex | CF | 73 | 8A | 0 | 2C | 21 | 13 | 159 | 31 | 3F |
| Octal | 317 | 163 | 212 | 0 | 54 | 41 | 23 | 531 | 61 | 77 |
| Binary | 11001111 | 1110011 | 10001010 | 0 | 101100 | 100001 | 10011 | 101011001 | 110001 | 111111 |
Color Harmonies of #CF738A
Complementary color
Monochromatic Colors of #CF738A
Black with #CF738A
Text Example
Text Example
White with #CF738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF738A; }
p { color: rgb(207,115,138); }
H1.HeaderClassName
{
color: #CF738A;
}
.AnyTagClassName
{
color: #CF738A;
}
</style>
background-color css
<style>
a { background-color: #CF738A; }
a { background-color: rgb(207,115,138); }
div.DivClassName
{
background-color: #CF738A;
}
.BgClassName
{
background-color: #CF738A;
}
</style>
border-color css
<style>
span { border-color: #CF738A; }
span { border-color: rgb(207,115,138); }
td.TdClassName
{
border-color: #CF738A;
}
.TagClassName
{
border-color: #CF738A;
}
</style>