Shades of Charm #C88385
Tints of Charm #C88385
RGB
CMYK
RGB Variations
Color information
#C88385 (or 0xC88385) is known color: Charm. HEX triplet: C8, 83 and 85. RGB value is (200,131,133). Sum of RGB (Red+Green+Blue) = 200+131+133=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88385 is #377C7A. Grayscale: #979797. Windows color (decimal): -3636347 or 8750024. OLE color: 8750024.
HSL color Cylindrical-coordinate representation of color #C88385: hue angle of 358.26º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88385 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 133 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.22 |
| HSL | 358.26º | 0.39% | 0.65% | - |
| HSV(B) | 358.26º | 0.35% | 0.78% | - |
| XYZ | 36.17 | 30.21 | 26.11 | - |
| YUV | 151.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 133 | 0 | 0.34 | 0.34 | 0.22 | 358.26 | 0.39 | 0.65 |
| Hex | C8 | 83 | 85 | 0 | 22 | 22 | 16 | 166 | 27 | 41 |
| Octal | 310 | 203 | 205 | 0 | 42 | 42 | 26 | 546 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10000101 | 0 | 100010 | 100010 | 10110 | 101100110 | 100111 | 1000001 |
Color Harmonies of #C88385
Complementary color
Monochromatic Colors of #C88385
Black with #C88385
Text Example
Text Example
White with #C88385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88385; }
p { color: rgb(200,131,133); }
H1.HeaderClassName
{
color: #C88385;
}
.AnyTagClassName
{
color: #C88385;
}
</style>
background-color css
<style>
a { background-color: #C88385; }
a { background-color: rgb(200,131,133); }
div.DivClassName
{
background-color: #C88385;
}
.BgClassName
{
background-color: #C88385;
}
</style>
border-color css
<style>
span { border-color: #C88385; }
span { border-color: rgb(200,131,133); }
td.TdClassName
{
border-color: #C88385;
}
.TagClassName
{
border-color: #C88385;
}
</style>