Shades of Charm #CF6A85
Tints of Charm #CF6A85
RGB
CMYK
RGB Variations
Color information
#CF6A85 (or 0xCF6A85) is known color: Charm. HEX triplet: CF, 6A and 85. RGB value is (207,106,133). Sum of RGB (Red+Green+Blue) = 207+106+133=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6A85 is #30957A. Grayscale: #8B8B8B. Windows color (decimal): -3183995 or 8743631. OLE color: 8743631.
HSL color Cylindrical-coordinate representation of color #CF6A85: hue angle of 343.96º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6A85 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 133 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.19 |
| HSL | 343.96º | 0.51% | 0.61% | - |
| HSV(B) | 343.96º | 0.49% | 0.81% | - |
| XYZ | 35.12 | 25.27 | 25.22 | - |
| YUV | 139.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 133 | 0 | 0.49 | 0.36 | 0.19 | 343.96 | 0.51 | 0.61 |
| Hex | CF | 6A | 85 | 0 | 31 | 24 | 13 | 158 | 33 | 3D |
| Octal | 317 | 152 | 205 | 0 | 61 | 44 | 23 | 530 | 63 | 75 |
| Binary | 11001111 | 1101010 | 10000101 | 0 | 110001 | 100100 | 10011 | 101011000 | 110011 | 111101 |
Color Harmonies of #CF6A85
Complementary color
Monochromatic Colors of #CF6A85
Black with #CF6A85
Text Example
Text Example
White with #CF6A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A85; }
p { color: rgb(207,106,133); }
H1.HeaderClassName
{
color: #CF6A85;
}
.AnyTagClassName
{
color: #CF6A85;
}
</style>
background-color css
<style>
a { background-color: #CF6A85; }
a { background-color: rgb(207,106,133); }
div.DivClassName
{
background-color: #CF6A85;
}
.BgClassName
{
background-color: #CF6A85;
}
</style>
border-color css
<style>
span { border-color: #CF6A85; }
span { border-color: rgb(207,106,133); }
td.TdClassName
{
border-color: #CF6A85;
}
.TagClassName
{
border-color: #CF6A85;
}
</style>