Shades of Charm #CF828A
Tints of Charm #CF828A
RGB
CMYK
RGB Variations
Color information
#CF828A (or 0xCF828A) is known color: Charm. HEX triplet: CF, 82 and 8A. RGB value is (207,130,138). Sum of RGB (Red+Green+Blue) = 207+130+138=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF828A is #307D75. Grayscale: #999999. Windows color (decimal): -3177846 or 9077455. OLE color: 9077455.
HSL color Cylindrical-coordinate representation of color #CF828A: hue angle of 353.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF828A is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 138 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.19 |
| HSL | 353.77º | 0.45% | 0.66% | - |
| HSV(B) | 353.77º | 0.37% | 0.81% | - |
| XYZ | 38.3 | 31.07 | 28.02 | - |
| YUV | 153.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 138 | 0 | 0.37 | 0.33 | 0.19 | 353.77 | 0.45 | 0.66 |
| Hex | CF | 82 | 8A | 0 | 25 | 21 | 13 | 162 | 2D | 42 |
| Octal | 317 | 202 | 212 | 0 | 45 | 41 | 23 | 542 | 55 | 102 |
| Binary | 11001111 | 10000010 | 10001010 | 0 | 100101 | 100001 | 10011 | 101100010 | 101101 | 1000010 |
Color Harmonies of #CF828A
Complementary color
Monochromatic Colors of #CF828A
Black with #CF828A
Text Example
Text Example
White with #CF828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF828A; }
p { color: rgb(207,130,138); }
H1.HeaderClassName
{
color: #CF828A;
}
.AnyTagClassName
{
color: #CF828A;
}
</style>
background-color css
<style>
a { background-color: #CF828A; }
a { background-color: rgb(207,130,138); }
div.DivClassName
{
background-color: #CF828A;
}
.BgClassName
{
background-color: #CF828A;
}
</style>
border-color css
<style>
span { border-color: #CF828A; }
span { border-color: rgb(207,130,138); }
td.TdClassName
{
border-color: #CF828A;
}
.TagClassName
{
border-color: #CF828A;
}
</style>