Shades of Rosy Brown #CA9695
Tints of Rosy Brown #CA9695
RGB
CMYK
RGB Variations
Color information
#CA9695 (or 0xCA9695) is known color: Rosy Brown. HEX triplet: CA, 96 and 95. RGB value is (202,150,149). Sum of RGB (Red+Green+Blue) = 202+150+149=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9695 is #35696A. Grayscale: #A5A5A5. Windows color (decimal): -3500395 or 9803466. OLE color: 9803466.
HSL color Cylindrical-coordinate representation of color #CA9695: hue angle of 1.13º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA9695 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 149 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.21 |
| HSL | 1.13º | 0.33% | 0.69% | - |
| HSV(B) | 1.13º | 0.26% | 0.79% | - |
| XYZ | 40.69 | 36.54 | 33.34 | - |
| YUV | 165.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 149 | 0 | 0.26 | 0.26 | 0.21 | 1.13 | 0.33 | 0.69 |
| Hex | CA | 96 | 95 | 0 | 1A | 1A | 15 | 1 | 21 | 45 |
| Octal | 312 | 226 | 225 | 0 | 32 | 32 | 25 | 1 | 41 | 105 |
| Binary | 11001010 | 10010110 | 10010101 | 0 | 11010 | 11010 | 10101 | 1 | 100001 | 1000101 |
Color Harmonies of #CA9695
Complementary color
Monochromatic Colors of #CA9695
Black with #CA9695
Text Example
Text Example
White with #CA9695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9695; }
p { color: rgb(202,150,149); }
H1.HeaderClassName
{
color: #CA9695;
}
.AnyTagClassName
{
color: #CA9695;
}
</style>
background-color css
<style>
a { background-color: #CA9695; }
a { background-color: rgb(202,150,149); }
div.DivClassName
{
background-color: #CA9695;
}
.BgClassName
{
background-color: #CA9695;
}
</style>
border-color css
<style>
span { border-color: #CA9695; }
span { border-color: rgb(202,150,149); }
td.TdClassName
{
border-color: #CA9695;
}
.TagClassName
{
border-color: #CA9695;
}
</style>