Shades of Rose #CA9A93
Tints of Rose #CA9A93
RGB
CMYK
RGB Variations
Color information
#CA9A93 (or 0xCA9A93) is known color: Rose. HEX triplet: CA, 9A and 93. RGB value is (202,154,147). Sum of RGB (Red+Green+Blue) = 202+154+147=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9A93 is #35656C. Grayscale: #A7A7A7. Windows color (decimal): -3499373 or 9673418. OLE color: 9673418.
HSL color Cylindrical-coordinate representation of color #CA9A93: hue angle of 7.64º 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 #CA9A93 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 147 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.21 |
| HSL | 7.64º | 0.34% | 0.68% | - |
| HSV(B) | 7.64º | 0.27% | 0.79% | - |
| XYZ | 41.18 | 37.77 | 32.72 | - |
| YUV | 167.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 147 | 0 | 0.24 | 0.27 | 0.21 | 7.64 | 0.34 | 0.68 |
| Hex | CA | 9A | 93 | 0 | 18 | 1B | 15 | 8 | 22 | 44 |
| Octal | 312 | 232 | 223 | 0 | 30 | 33 | 25 | 10 | 42 | 104 |
| Binary | 11001010 | 10011010 | 10010011 | 0 | 11000 | 11011 | 10101 | 1000 | 100010 | 1000100 |
Color Harmonies of #CA9A93
Complementary color
Monochromatic Colors of #CA9A93
Black with #CA9A93
Text Example
Text Example
White with #CA9A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A93; }
p { color: rgb(202,154,147); }
H1.HeaderClassName
{
color: #CA9A93;
}
.AnyTagClassName
{
color: #CA9A93;
}
</style>
background-color css
<style>
a { background-color: #CA9A93; }
a { background-color: rgb(202,154,147); }
div.DivClassName
{
background-color: #CA9A93;
}
.BgClassName
{
background-color: #CA9A93;
}
</style>
border-color css
<style>
span { border-color: #CA9A93; }
span { border-color: rgb(202,154,147); }
td.TdClassName
{
border-color: #CA9A93;
}
.TagClassName
{
border-color: #CA9A93;
}
</style>