Shades of Charm #C28284
Tints of Charm #C28284
RGB
CMYK
RGB Variations
Color information
#C28284 (or 0xC28284) is known color: Charm. HEX triplet: C2, 82 and 84. RGB value is (194,130,132). Sum of RGB (Red+Green+Blue) = 194+130+132=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C28284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28284 is #3D7D7B. Grayscale: #959595. Windows color (decimal): -4029820 or 8684226. OLE color: 8684226.
HSL color Cylindrical-coordinate representation of color #C28284: hue angle of 358.12º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C28284 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 132 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.24 |
| HSL | 358.13º | 0.34% | 0.64% | - |
| HSV(B) | 358.13º | 0.33% | 0.76% | - |
| XYZ | 34.4 | 29.1 | 25.63 | - |
| YUV | 149.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 132 | 0 | 0.33 | 0.32 | 0.24 | 358.13 | 0.34 | 0.64 |
| Hex | C2 | 82 | 84 | 0 | 21 | 20 | 18 | 166 | 22 | 40 |
| Octal | 302 | 202 | 204 | 0 | 41 | 40 | 30 | 546 | 42 | 100 |
| Binary | 11000010 | 10000010 | 10000100 | 0 | 100001 | 100000 | 11000 | 101100110 | 100010 | 1000000 |
Color Harmonies of #C28284
Complementary color
Monochromatic Colors of #C28284
Black with #C28284
Text Example
Text Example
White with #C28284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28284; }
p { color: rgb(194,130,132); }
H1.HeaderClassName
{
color: #C28284;
}
.AnyTagClassName
{
color: #C28284;
}
</style>
background-color css
<style>
a { background-color: #C28284; }
a { background-color: rgb(194,130,132); }
div.DivClassName
{
background-color: #C28284;
}
.BgClassName
{
background-color: #C28284;
}
</style>
border-color css
<style>
span { border-color: #C28284; }
span { border-color: rgb(194,130,132); }
td.TdClassName
{
border-color: #C28284;
}
.TagClassName
{
border-color: #C28284;
}
</style>