Shades of Rosy Brown #CA9494
Tints of Rosy Brown #CA9494
RGB
CMYK
RGB Variations
Color information
#CA9494 (or 0xCA9494) is known color: Rosy Brown. HEX triplet: CA, 94 and 94. RGB value is (202,148,148). Sum of RGB (Red+Green+Blue) = 202+148+148=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9494 is #356B6B. Grayscale: #A4A4A4. Windows color (decimal): -3500908 or 9737418. OLE color: 9737418.
HSL color Cylindrical-coordinate representation of color #CA9494: hue angle of 0º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA9494 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 148 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.21 |
| HSL | 0º | 0.34% | 0.69% | - |
| HSV(B) | 0º | 0.27% | 0.79% | - |
| XYZ | 40.29 | 35.87 | 32.82 | - |
| YUV | 164.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 148 | 0 | 0.27 | 0.27 | 0.21 | 0 | 0.34 | 0.69 |
| Hex | CA | 94 | 94 | 0 | 1B | 1B | 15 | 0 | 22 | 45 |
| Octal | 312 | 224 | 224 | 0 | 33 | 33 | 25 | 0 | 42 | 105 |
| Binary | 11001010 | 10010100 | 10010100 | 0 | 11011 | 11011 | 10101 | 0 | 100010 | 1000101 |
Color Harmonies of #CA9494
Complementary color
Monochromatic Colors of #CA9494
Black with #CA9494
Text Example
Text Example
White with #CA9494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9494; }
p { color: rgb(202,148,148); }
H1.HeaderClassName
{
color: #CA9494;
}
.AnyTagClassName
{
color: #CA9494;
}
</style>
background-color css
<style>
a { background-color: #CA9494; }
a { background-color: rgb(202,148,148); }
div.DivClassName
{
background-color: #CA9494;
}
.BgClassName
{
background-color: #CA9494;
}
</style>
border-color css
<style>
span { border-color: #CA9494; }
span { border-color: rgb(202,148,148); }
td.TdClassName
{
border-color: #CA9494;
}
.TagClassName
{
border-color: #CA9494;
}
</style>