Shades of Rose #CA9C92
Tints of Rose #CA9C92
RGB
CMYK
RGB Variations
Color information
#CA9C92 (or 0xCA9C92) is known color: Rose. HEX triplet: CA, 9C and 92. RGB value is (202,156,146). Sum of RGB (Red+Green+Blue) = 202+156+146=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9C92 is #35636D. Grayscale: #A8A8A8. Windows color (decimal): -3498862 or 9608394. OLE color: 9608394.
HSL color Cylindrical-coordinate representation of color #CA9C92: hue angle of 10.71º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9C92 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 146 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.21 |
| HSL | 10.71º | 0.35% | 0.68% | - |
| HSV(B) | 10.71º | 0.28% | 0.79% | - |
| XYZ | 41.43 | 38.41 | 32.42 | - |
| YUV | 168.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 146 | 0 | 0.23 | 0.28 | 0.21 | 10.71 | 0.35 | 0.68 |
| Hex | CA | 9C | 92 | 0 | 17 | 1C | 15 | B | 23 | 44 |
| Octal | 312 | 234 | 222 | 0 | 27 | 34 | 25 | 13 | 43 | 104 |
| Binary | 11001010 | 10011100 | 10010010 | 0 | 10111 | 11100 | 10101 | 1011 | 100011 | 1000100 |
Color Harmonies of #CA9C92
Complementary color
Monochromatic Colors of #CA9C92
Black with #CA9C92
Text Example
Text Example
White with #CA9C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C92; }
p { color: rgb(202,156,146); }
H1.HeaderClassName
{
color: #CA9C92;
}
.AnyTagClassName
{
color: #CA9C92;
}
</style>
background-color css
<style>
a { background-color: #CA9C92; }
a { background-color: rgb(202,156,146); }
div.DivClassName
{
background-color: #CA9C92;
}
.BgClassName
{
background-color: #CA9C92;
}
</style>
border-color css
<style>
span { border-color: #CA9C92; }
span { border-color: rgb(202,156,146); }
td.TdClassName
{
border-color: #CA9C92;
}
.TagClassName
{
border-color: #CA9C92;
}
</style>