Shades of Rosy Brown #C29B9A
Tints of Rosy Brown #C29B9A
RGB
CMYK
RGB Variations
Color information
#C29B9A (or 0xC29B9A) is known color: Rosy Brown. HEX triplet: C2, 9B and 9A. RGB value is (194,155,154). Sum of RGB (Red+Green+Blue) = 194+155+154=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B9A is #3D6465. Grayscale: #A6A6A6. Windows color (decimal): -4023398 or 10132418. OLE color: 10132418.
HSL color Cylindrical-coordinate representation of color #C29B9A: hue angle of 1.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C29B9A is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 154 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.24 |
| HSL | 1.5º | 0.25% | 0.68% | - |
| HSV(B) | 1.5º | 0.21% | 0.76% | - |
| XYZ | 39.8 | 37.25 | 35.66 | - |
| YUV | 166.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 154 | 0 | 0.20 | 0.21 | 0.24 | 1.5 | 0.25 | 0.68 |
| Hex | C2 | 9B | 9A | 0 | 14 | 15 | 18 | 2 | 19 | 44 |
| Octal | 302 | 233 | 232 | 0 | 24 | 25 | 30 | 2 | 31 | 104 |
| Binary | 11000010 | 10011011 | 10011010 | 0 | 10100 | 10101 | 11000 | 10 | 11001 | 1000100 |
Color Harmonies of #C29B9A
Complementary color
Monochromatic Colors of #C29B9A
Black with #C29B9A
Text Example
Text Example
White with #C29B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B9A; }
p { color: rgb(194,155,154); }
H1.HeaderClassName
{
color: #C29B9A;
}
.AnyTagClassName
{
color: #C29B9A;
}
</style>
background-color css
<style>
a { background-color: #C29B9A; }
a { background-color: rgb(194,155,154); }
div.DivClassName
{
background-color: #C29B9A;
}
.BgClassName
{
background-color: #C29B9A;
}
</style>
border-color css
<style>
span { border-color: #C29B9A; }
span { border-color: rgb(194,155,154); }
td.TdClassName
{
border-color: #C29B9A;
}
.TagClassName
{
border-color: #C29B9A;
}
</style>