Shades of Rosy Brown #C29D9D
Tints of Rosy Brown #C29D9D
RGB
CMYK
RGB Variations
Color information
#C29D9D (or 0xC29D9D) is known color: Rosy Brown. HEX triplet: C2, 9D and 9D. RGB value is (194,157,157). Sum of RGB (Red+Green+Blue) = 194+157+157=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D9D is #3D6262. Grayscale: #A8A8A8. Windows color (decimal): -4022883 or 10329538. OLE color: 10329538.
HSL color Cylindrical-coordinate representation of color #C29D9D: hue angle of 0º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C29D9D is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 157 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.24 |
| HSL | 0º | 0.23% | 0.69% | - |
| HSV(B) | 0º | 0.19% | 0.76% | - |
| XYZ | 40.39 | 38.02 | 37.11 | - |
| YUV | 168.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 157 | 0 | 0.19 | 0.19 | 0.24 | 0 | 0.23 | 0.69 |
| Hex | C2 | 9D | 9D | 0 | 13 | 13 | 18 | 0 | 17 | 45 |
| Octal | 302 | 235 | 235 | 0 | 23 | 23 | 30 | 0 | 27 | 105 |
| Binary | 11000010 | 10011101 | 10011101 | 0 | 10011 | 10011 | 11000 | 0 | 10111 | 1000101 |
Color Harmonies of #C29D9D
Complementary color
Monochromatic Colors of #C29D9D
Black with #C29D9D
Text Example
Text Example
White with #C29D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D9D; }
p { color: rgb(194,157,157); }
H1.HeaderClassName
{
color: #C29D9D;
}
.AnyTagClassName
{
color: #C29D9D;
}
</style>
background-color css
<style>
a { background-color: #C29D9D; }
a { background-color: rgb(194,157,157); }
div.DivClassName
{
background-color: #C29D9D;
}
.BgClassName
{
background-color: #C29D9D;
}
</style>
border-color css
<style>
span { border-color: #C29D9D; }
span { border-color: rgb(194,157,157); }
td.TdClassName
{
border-color: #C29D9D;
}
.TagClassName
{
border-color: #C29D9D;
}
</style>