Shades of Charm #C38287
Tints of Charm #C38287
RGB
CMYK
RGB Variations
Color information
#C38287 (or 0xC38287) is known color: Charm. HEX triplet: C3, 82 and 87. RGB value is (195,130,135). Sum of RGB (Red+Green+Blue) = 195+130+135=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C38287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38287 is #3C7D78. Grayscale: #969696. Windows color (decimal): -3964281 or 8880835. OLE color: 8880835.
HSL color Cylindrical-coordinate representation of color #C38287: hue angle of 355.38º 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 #C38287 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 135 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.24 |
| HSL | 355.38º | 0.35% | 0.64% | - |
| HSV(B) | 355.38º | 0.33% | 0.76% | - |
| XYZ | 34.86 | 29.32 | 26.74 | - |
| YUV | 150.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 135 | 0 | 0.33 | 0.31 | 0.24 | 355.38 | 0.35 | 0.64 |
| Hex | C3 | 82 | 87 | 0 | 21 | 1F | 18 | 163 | 23 | 40 |
| Octal | 303 | 202 | 207 | 0 | 41 | 37 | 30 | 543 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10000111 | 0 | 100001 | 11111 | 11000 | 101100011 | 100011 | 1000000 |
Color Harmonies of #C38287
Complementary color
Monochromatic Colors of #C38287
Black with #C38287
Text Example
Text Example
White with #C38287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38287; }
p { color: rgb(195,130,135); }
H1.HeaderClassName
{
color: #C38287;
}
.AnyTagClassName
{
color: #C38287;
}
</style>
background-color css
<style>
a { background-color: #C38287; }
a { background-color: rgb(195,130,135); }
div.DivClassName
{
background-color: #C38287;
}
.BgClassName
{
background-color: #C38287;
}
</style>
border-color css
<style>
span { border-color: #C38287; }
span { border-color: rgb(195,130,135); }
td.TdClassName
{
border-color: #C38287;
}
.TagClassName
{
border-color: #C38287;
}
</style>