Shades of Charm #C38288
Tints of Charm #C38288
RGB
CMYK
RGB Variations
Color information
#C38288 (or 0xC38288) is known color: Charm. HEX triplet: C3, 82 and 88. RGB value is (195,130,136). Sum of RGB (Red+Green+Blue) = 195+130+136=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C38288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38288 is #3C7D77. Grayscale: #969696. Windows color (decimal): -3964280 or 8946371. OLE color: 8946371.
HSL color Cylindrical-coordinate representation of color #C38288: hue angle of 354.46º 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 #C38288 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 136 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.24 |
| HSL | 354.46º | 0.35% | 0.64% | - |
| HSV(B) | 354.46º | 0.33% | 0.76% | - |
| XYZ | 34.93 | 29.34 | 27.12 | - |
| YUV | 150.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 136 | 0 | 0.33 | 0.30 | 0.24 | 354.46 | 0.35 | 0.64 |
| Hex | C3 | 82 | 88 | 0 | 21 | 1E | 18 | 162 | 23 | 40 |
| Octal | 303 | 202 | 210 | 0 | 41 | 36 | 30 | 542 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10001000 | 0 | 100001 | 11110 | 11000 | 101100010 | 100011 | 1000000 |
Color Harmonies of #C38288
Complementary color
Monochromatic Colors of #C38288
Black with #C38288
Text Example
Text Example
White with #C38288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38288; }
p { color: rgb(195,130,136); }
H1.HeaderClassName
{
color: #C38288;
}
.AnyTagClassName
{
color: #C38288;
}
</style>
background-color css
<style>
a { background-color: #C38288; }
a { background-color: rgb(195,130,136); }
div.DivClassName
{
background-color: #C38288;
}
.BgClassName
{
background-color: #C38288;
}
</style>
border-color css
<style>
span { border-color: #C38288; }
span { border-color: rgb(195,130,136); }
td.TdClassName
{
border-color: #C38288;
}
.TagClassName
{
border-color: #C38288;
}
</style>