Shades of Charm #C38289
Tints of Charm #C38289
RGB
CMYK
RGB Variations
Color information
#C38289 (or 0xC38289) is known color: Charm. HEX triplet: C3, 82 and 89. RGB value is (195,130,137). Sum of RGB (Red+Green+Blue) = 195+130+137=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C38289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38289 is #3C7D76. Grayscale: #969696. Windows color (decimal): -3964279 or 9011907. OLE color: 9011907.
HSL color Cylindrical-coordinate representation of color #C38289: hue angle of 353.54º 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 #C38289 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 137 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.24 |
| HSL | 353.54º | 0.35% | 0.64% | - |
| HSV(B) | 353.54º | 0.33% | 0.76% | - |
| XYZ | 35 | 29.37 | 27.49 | - |
| YUV | 150.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 137 | 0 | 0.33 | 0.30 | 0.24 | 353.54 | 0.35 | 0.64 |
| Hex | C3 | 82 | 89 | 0 | 21 | 1E | 18 | 162 | 23 | 40 |
| Octal | 303 | 202 | 211 | 0 | 41 | 36 | 30 | 542 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10001001 | 0 | 100001 | 11110 | 11000 | 101100010 | 100011 | 1000000 |
Color Harmonies of #C38289
Complementary color
Monochromatic Colors of #C38289
Black with #C38289
Text Example
Text Example
White with #C38289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38289; }
p { color: rgb(195,130,137); }
H1.HeaderClassName
{
color: #C38289;
}
.AnyTagClassName
{
color: #C38289;
}
</style>
background-color css
<style>
a { background-color: #C38289; }
a { background-color: rgb(195,130,137); }
div.DivClassName
{
background-color: #C38289;
}
.BgClassName
{
background-color: #C38289;
}
</style>
border-color css
<style>
span { border-color: #C38289; }
span { border-color: rgb(195,130,137); }
td.TdClassName
{
border-color: #C38289;
}
.TagClassName
{
border-color: #C38289;
}
</style>