Shades of Rosy Brown #C38F8F
Tints of Rosy Brown #C38F8F
RGB
CMYK
RGB Variations
Color information
#C38F8F (or 0xC38F8F) is known color: Rosy Brown. HEX triplet: C3, 8F and 8F. RGB value is (195,143,143). Sum of RGB (Red+Green+Blue) = 195+143+143=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F8F is #3C7070. Grayscale: #9E9E9E. Windows color (decimal): -3960945 or 9408451. OLE color: 9408451.
HSL color Cylindrical-coordinate representation of color #C38F8F: hue angle of 0º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38F8F is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 143 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.24 |
| HSL | 0º | 0.3% | 0.66% | - |
| HSV(B) | 0º | 0.27% | 0.76% | - |
| XYZ | 37.29 | 33.23 | 30.44 | - |
| YUV | 158.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 143 | 0 | 0.27 | 0.27 | 0.24 | 0 | 0.3 | 0.66 |
| Hex | C3 | 8F | 8F | 0 | 1B | 1B | 18 | 0 | 1E | 42 |
| Octal | 303 | 217 | 217 | 0 | 33 | 33 | 30 | 0 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10001111 | 0 | 11011 | 11011 | 11000 | 0 | 11110 | 1000010 |
Color Harmonies of #C38F8F
Complementary color
Monochromatic Colors of #C38F8F
Black with #C38F8F
Text Example
Text Example
White with #C38F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F8F; }
p { color: rgb(195,143,143); }
H1.HeaderClassName
{
color: #C38F8F;
}
.AnyTagClassName
{
color: #C38F8F;
}
</style>
background-color css
<style>
a { background-color: #C38F8F; }
a { background-color: rgb(195,143,143); }
div.DivClassName
{
background-color: #C38F8F;
}
.BgClassName
{
background-color: #C38F8F;
}
</style>
border-color css
<style>
span { border-color: #C38F8F; }
span { border-color: rgb(195,143,143); }
td.TdClassName
{
border-color: #C38F8F;
}
.TagClassName
{
border-color: #C38F8F;
}
</style>