Shades of Charm #C38285
Tints of Charm #C38285
RGB
CMYK
RGB Variations
Color information
#C38285 (or 0xC38285) is known color: Charm. HEX triplet: C3, 82 and 85. RGB value is (195,130,133). Sum of RGB (Red+Green+Blue) = 195+130+133=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C38285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38285 is #3C7D7A. Grayscale: #959595. Windows color (decimal): -3964283 or 8749763. OLE color: 8749763.
HSL color Cylindrical-coordinate representation of color #C38285: hue angle of 357.23º degrees, saturation: 0.35, 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 #C38285 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 133 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.24 |
| HSL | 357.23º | 0.35% | 0.64% | - |
| HSV(B) | 357.23º | 0.33% | 0.76% | - |
| XYZ | 34.72 | 29.26 | 26.01 | - |
| YUV | 149.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 133 | 0 | 0.33 | 0.32 | 0.24 | 357.23 | 0.35 | 0.64 |
| Hex | C3 | 82 | 85 | 0 | 21 | 20 | 18 | 165 | 23 | 40 |
| Octal | 303 | 202 | 205 | 0 | 41 | 40 | 30 | 545 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10000101 | 0 | 100001 | 100000 | 11000 | 101100101 | 100011 | 1000000 |
Color Harmonies of #C38285
Complementary color
Monochromatic Colors of #C38285
Black with #C38285
Text Example
Text Example
White with #C38285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38285; }
p { color: rgb(195,130,133); }
H1.HeaderClassName
{
color: #C38285;
}
.AnyTagClassName
{
color: #C38285;
}
</style>
background-color css
<style>
a { background-color: #C38285; }
a { background-color: rgb(195,130,133); }
div.DivClassName
{
background-color: #C38285;
}
.BgClassName
{
background-color: #C38285;
}
</style>
border-color css
<style>
span { border-color: #C38285; }
span { border-color: rgb(195,130,133); }
td.TdClassName
{
border-color: #C38285;
}
.TagClassName
{
border-color: #C38285;
}
</style>