Shades of Rosy Brown #C39593
Tints of Rosy Brown #C39593
RGB
CMYK
RGB Variations
Color information
#C39593 (or 0xC39593) is known color: Rosy Brown. HEX triplet: C3, 95 and 93. RGB value is (195,149,147). Sum of RGB (Red+Green+Blue) = 195+149+147=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C39593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39593 is #3C6A6C. Grayscale: #A2A2A2. Windows color (decimal): -3959405 or 9672131. OLE color: 9672131.
HSL color Cylindrical-coordinate representation of color #C39593: hue angle of 2.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C39593 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 147 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.24 |
| HSL | 2.5º | 0.29% | 0.67% | - |
| HSV(B) | 2.5º | 0.25% | 0.76% | - |
| XYZ | 38.52 | 35.2 | 32.37 | - |
| YUV | 162.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 147 | 0 | 0.24 | 0.25 | 0.24 | 2.5 | 0.29 | 0.67 |
| Hex | C3 | 95 | 93 | 0 | 18 | 19 | 18 | 2 | 1D | 43 |
| Octal | 303 | 225 | 223 | 0 | 30 | 31 | 30 | 2 | 35 | 103 |
| Binary | 11000011 | 10010101 | 10010011 | 0 | 11000 | 11001 | 11000 | 10 | 11101 | 1000011 |
Color Harmonies of #C39593
Complementary color
Monochromatic Colors of #C39593
Black with #C39593
Text Example
Text Example
White with #C39593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39593; }
p { color: rgb(195,149,147); }
H1.HeaderClassName
{
color: #C39593;
}
.AnyTagClassName
{
color: #C39593;
}
</style>
background-color css
<style>
a { background-color: #C39593; }
a { background-color: rgb(195,149,147); }
div.DivClassName
{
background-color: #C39593;
}
.BgClassName
{
background-color: #C39593;
}
</style>
border-color css
<style>
span { border-color: #C39593; }
span { border-color: rgb(195,149,147); }
td.TdClassName
{
border-color: #C39593;
}
.TagClassName
{
border-color: #C39593;
}
</style>