Shades of Charm #CF828B
Tints of Charm #CF828B
RGB
CMYK
RGB Variations
Color information
#CF828B (or 0xCF828B) is known color: Charm. HEX triplet: CF, 82 and 8B. RGB value is (207,130,139). Sum of RGB (Red+Green+Blue) = 207+130+139=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF828B is #307D74. Grayscale: #9A9A9A. Windows color (decimal): -3177845 or 9142991. OLE color: 9142991.
HSL color Cylindrical-coordinate representation of color #CF828B: hue angle of 352.99º 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 #CF828B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 139 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.19 |
| HSL | 352.99º | 0.45% | 0.66% | - |
| HSV(B) | 352.99º | 0.37% | 0.81% | - |
| XYZ | 38.37 | 31.09 | 28.41 | - |
| YUV | 154.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 139 | 0 | 0.37 | 0.33 | 0.19 | 352.99 | 0.45 | 0.66 |
| Hex | CF | 82 | 8B | 0 | 25 | 21 | 13 | 161 | 2D | 42 |
| Octal | 317 | 202 | 213 | 0 | 45 | 41 | 23 | 541 | 55 | 102 |
| Binary | 11001111 | 10000010 | 10001011 | 0 | 100101 | 100001 | 10011 | 101100001 | 101101 | 1000010 |
Color Harmonies of #CF828B
Complementary color
Monochromatic Colors of #CF828B
Black with #CF828B
Text Example
Text Example
White with #CF828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF828B; }
p { color: rgb(207,130,139); }
H1.HeaderClassName
{
color: #CF828B;
}
.AnyTagClassName
{
color: #CF828B;
}
</style>
background-color css
<style>
a { background-color: #CF828B; }
a { background-color: rgb(207,130,139); }
div.DivClassName
{
background-color: #CF828B;
}
.BgClassName
{
background-color: #CF828B;
}
</style>
border-color css
<style>
span { border-color: #CF828B; }
span { border-color: rgb(207,130,139); }
td.TdClassName
{
border-color: #CF828B;
}
.TagClassName
{
border-color: #CF828B;
}
</style>