Shades of Rosy Brown #C28C8B
Tints of Rosy Brown #C28C8B
RGB
CMYK
RGB Variations
Color information
#C28C8B (or 0xC28C8B) is known color: Rosy Brown. HEX triplet: C2, 8C and 8B. RGB value is (194,140,139). Sum of RGB (Red+Green+Blue) = 194+140+139=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28C8B is #3D7374. Grayscale: #9C9C9C. Windows color (decimal): -4027253 or 9145538. OLE color: 9145538.
HSL color Cylindrical-coordinate representation of color #C28C8B: hue angle of 1.09º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28C8B is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 139 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.24 |
| HSL | 1.09º | 0.31% | 0.65% | - |
| HSV(B) | 1.09º | 0.28% | 0.76% | - |
| XYZ | 36.29 | 32.09 | 28.71 | - |
| YUV | 156.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 139 | 0 | 0.28 | 0.28 | 0.24 | 1.09 | 0.31 | 0.65 |
| Hex | C2 | 8C | 8B | 0 | 1C | 1C | 18 | 1 | 1F | 41 |
| Octal | 302 | 214 | 213 | 0 | 34 | 34 | 30 | 1 | 37 | 101 |
| Binary | 11000010 | 10001100 | 10001011 | 0 | 11100 | 11100 | 11000 | 1 | 11111 | 1000001 |
Color Harmonies of #C28C8B
Complementary color
Monochromatic Colors of #C28C8B
Black with #C28C8B
Text Example
Text Example
White with #C28C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C8B; }
p { color: rgb(194,140,139); }
H1.HeaderClassName
{
color: #C28C8B;
}
.AnyTagClassName
{
color: #C28C8B;
}
</style>
background-color css
<style>
a { background-color: #C28C8B; }
a { background-color: rgb(194,140,139); }
div.DivClassName
{
background-color: #C28C8B;
}
.BgClassName
{
background-color: #C28C8B;
}
</style>
border-color css
<style>
span { border-color: #C28C8B; }
span { border-color: rgb(194,140,139); }
td.TdClassName
{
border-color: #C28C8B;
}
.TagClassName
{
border-color: #C28C8B;
}
</style>