Shades of Charm #C68184
Tints of Charm #C68184
RGB
CMYK
RGB Variations
Color information
#C68184 (or 0xC68184) is known color: Charm. HEX triplet: C6, 81 and 84. RGB value is (198,129,132). Sum of RGB (Red+Green+Blue) = 198+129+132=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C68184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68184 is #397E7B. Grayscale: #969696. Windows color (decimal): -3767932 or 8683974. OLE color: 8683974.
HSL color Cylindrical-coordinate representation of color #C68184: hue angle of 357.39º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68184 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 132 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.22 |
| HSL | 357.39º | 0.38% | 0.64% | - |
| HSV(B) | 357.39º | 0.35% | 0.78% | - |
| XYZ | 35.3 | 29.37 | 25.64 | - |
| YUV | 149.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 132 | 0 | 0.35 | 0.33 | 0.22 | 357.39 | 0.38 | 0.64 |
| Hex | C6 | 81 | 84 | 0 | 23 | 21 | 16 | 165 | 26 | 40 |
| Octal | 306 | 201 | 204 | 0 | 43 | 41 | 26 | 545 | 46 | 100 |
| Binary | 11000110 | 10000001 | 10000100 | 0 | 100011 | 100001 | 10110 | 101100101 | 100110 | 1000000 |
Color Harmonies of #C68184
Complementary color
Monochromatic Colors of #C68184
Black with #C68184
Text Example
Text Example
White with #C68184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68184; }
p { color: rgb(198,129,132); }
H1.HeaderClassName
{
color: #C68184;
}
.AnyTagClassName
{
color: #C68184;
}
</style>
background-color css
<style>
a { background-color: #C68184; }
a { background-color: rgb(198,129,132); }
div.DivClassName
{
background-color: #C68184;
}
.BgClassName
{
background-color: #C68184;
}
</style>
border-color css
<style>
span { border-color: #C68184; }
span { border-color: rgb(198,129,132); }
td.TdClassName
{
border-color: #C68184;
}
.TagClassName
{
border-color: #C68184;
}
</style>