Shades of Rose #CAA793
Tints of Rose #CAA793
RGB
CMYK
RGB Variations
Color information
#CAA793 (or 0xCAA793) is known color: Rose. HEX triplet: CA, A7 and 93. RGB value is (202,167,147). Sum of RGB (Red+Green+Blue) = 202+167+147=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA793 is #35586C. Grayscale: #AFAFAF. Windows color (decimal): -3496045 or 9676746. OLE color: 9676746.
HSL color Cylindrical-coordinate representation of color #CAA793: hue angle of 21.82º 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 #CAA793 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 147 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.21 |
| HSL | 21.82º | 0.34% | 0.68% | - |
| HSV(B) | 21.82º | 0.27% | 0.79% | - |
| XYZ | 43.44 | 42.3 | 33.48 | - |
| YUV | 175.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 147 | 0 | 0.17 | 0.27 | 0.21 | 21.82 | 0.34 | 0.68 |
| Hex | CA | A7 | 93 | 0 | 11 | 1B | 15 | 16 | 22 | 44 |
| Octal | 312 | 247 | 223 | 0 | 21 | 33 | 25 | 26 | 42 | 104 |
| Binary | 11001010 | 10100111 | 10010011 | 0 | 10001 | 11011 | 10101 | 10110 | 100010 | 1000100 |
Color Harmonies of #CAA793
Complementary color
Monochromatic Colors of #CAA793
Black with #CAA793
Text Example
Text Example
White with #CAA793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA793; }
p { color: rgb(202,167,147); }
H1.HeaderClassName
{
color: #CAA793;
}
.AnyTagClassName
{
color: #CAA793;
}
</style>
background-color css
<style>
a { background-color: #CAA793; }
a { background-color: rgb(202,167,147); }
div.DivClassName
{
background-color: #CAA793;
}
.BgClassName
{
background-color: #CAA793;
}
</style>
border-color css
<style>
span { border-color: #CAA793; }
span { border-color: rgb(202,167,147); }
td.TdClassName
{
border-color: #CAA793;
}
.TagClassName
{
border-color: #CAA793;
}
</style>