Shades of Rose #CA9E93
Tints of Rose #CA9E93
RGB
CMYK
RGB Variations
Color information
#CA9E93 (or 0xCA9E93) is known color: Rose. HEX triplet: CA, 9E and 93. RGB value is (202,158,147). Sum of RGB (Red+Green+Blue) = 202+158+147=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9E93 is #35616C. Grayscale: #A9A9A9. Windows color (decimal): -3498349 or 9674442. OLE color: 9674442.
HSL color Cylindrical-coordinate representation of color #CA9E93: hue angle of 12º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA9E93 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 147 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.21 |
| HSL | 12º | 0.34% | 0.68% | - |
| HSV(B) | 12º | 0.27% | 0.79% | - |
| XYZ | 41.85 | 39.12 | 32.95 | - |
| YUV | 169.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 147 | 0 | 0.22 | 0.27 | 0.21 | 12 | 0.34 | 0.68 |
| Hex | CA | 9E | 93 | 0 | 16 | 1B | 15 | C | 22 | 44 |
| Octal | 312 | 236 | 223 | 0 | 26 | 33 | 25 | 14 | 42 | 104 |
| Binary | 11001010 | 10011110 | 10010011 | 0 | 10110 | 11011 | 10101 | 1100 | 100010 | 1000100 |
Color Harmonies of #CA9E93
Complementary color
Monochromatic Colors of #CA9E93
Black with #CA9E93
Text Example
Text Example
White with #CA9E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E93; }
p { color: rgb(202,158,147); }
H1.HeaderClassName
{
color: #CA9E93;
}
.AnyTagClassName
{
color: #CA9E93;
}
</style>
background-color css
<style>
a { background-color: #CA9E93; }
a { background-color: rgb(202,158,147); }
div.DivClassName
{
background-color: #CA9E93;
}
.BgClassName
{
background-color: #CA9E93;
}
</style>
border-color css
<style>
span { border-color: #CA9E93; }
span { border-color: rgb(202,158,147); }
td.TdClassName
{
border-color: #CA9E93;
}
.TagClassName
{
border-color: #CA9E93;
}
</style>