Shades of Rosy Brown #C38D8C
Tints of Rosy Brown #C38D8C
RGB
CMYK
RGB Variations
Color information
#C38D8C (or 0xC38D8C) is known color: Rosy Brown. HEX triplet: C3, 8D and 8C. RGB value is (195,141,140). Sum of RGB (Red+Green+Blue) = 195+141+140=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D8C is #3C7273. Grayscale: #9D9D9D. Windows color (decimal): -3961460 or 9211331. OLE color: 9211331.
HSL color Cylindrical-coordinate representation of color #C38D8C: hue angle of 1.09º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38D8C is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 140 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.24 |
| HSL | 1.09º | 0.31% | 0.66% | - |
| HSV(B) | 1.09º | 0.28% | 0.76% | - |
| XYZ | 36.76 | 32.55 | 29.16 | - |
| YUV | 157.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 140 | 0 | 0.28 | 0.28 | 0.24 | 1.09 | 0.31 | 0.66 |
| Hex | C3 | 8D | 8C | 0 | 1C | 1C | 18 | 1 | 1F | 42 |
| Octal | 303 | 215 | 214 | 0 | 34 | 34 | 30 | 1 | 37 | 102 |
| Binary | 11000011 | 10001101 | 10001100 | 0 | 11100 | 11100 | 11000 | 1 | 11111 | 1000010 |
Color Harmonies of #C38D8C
Complementary color
Monochromatic Colors of #C38D8C
Black with #C38D8C
Text Example
Text Example
White with #C38D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D8C; }
p { color: rgb(195,141,140); }
H1.HeaderClassName
{
color: #C38D8C;
}
.AnyTagClassName
{
color: #C38D8C;
}
</style>
background-color css
<style>
a { background-color: #C38D8C; }
a { background-color: rgb(195,141,140); }
div.DivClassName
{
background-color: #C38D8C;
}
.BgClassName
{
background-color: #C38D8C;
}
</style>
border-color css
<style>
span { border-color: #C38D8C; }
span { border-color: rgb(195,141,140); }
td.TdClassName
{
border-color: #C38D8C;
}
.TagClassName
{
border-color: #C38D8C;
}
</style>