Shades of Rose #CAA394
Tints of Rose #CAA394
RGB
CMYK
RGB Variations
Color information
#CAA394 (or 0xCAA394) is known color: Rose. HEX triplet: CA, A3 and 94. RGB value is (202,163,148). Sum of RGB (Red+Green+Blue) = 202+163+148=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA394 is #355C6B. Grayscale: #ADADAD. Windows color (decimal): -3497068 or 9741258. OLE color: 9741258.
HSL color Cylindrical-coordinate representation of color #CAA394: hue angle of 16.67º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA394 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 148 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.21 |
| HSL | 16.67º | 0.34% | 0.69% | - |
| HSV(B) | 16.67º | 0.27% | 0.79% | - |
| XYZ | 42.8 | 40.89 | 33.65 | - |
| YUV | 172.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 148 | 0 | 0.19 | 0.27 | 0.21 | 16.67 | 0.34 | 0.69 |
| Hex | CA | A3 | 94 | 0 | 13 | 1B | 15 | 11 | 22 | 45 |
| Octal | 312 | 243 | 224 | 0 | 23 | 33 | 25 | 21 | 42 | 105 |
| Binary | 11001010 | 10100011 | 10010100 | 0 | 10011 | 11011 | 10101 | 10001 | 100010 | 1000101 |
Color Harmonies of #CAA394
Complementary color
Monochromatic Colors of #CAA394
Black with #CAA394
Text Example
Text Example
White with #CAA394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA394; }
p { color: rgb(202,163,148); }
H1.HeaderClassName
{
color: #CAA394;
}
.AnyTagClassName
{
color: #CAA394;
}
</style>
background-color css
<style>
a { background-color: #CAA394; }
a { background-color: rgb(202,163,148); }
div.DivClassName
{
background-color: #CAA394;
}
.BgClassName
{
background-color: #CAA394;
}
</style>
border-color css
<style>
span { border-color: #CAA394; }
span { border-color: rgb(202,163,148); }
td.TdClassName
{
border-color: #CAA394;
}
.TagClassName
{
border-color: #CAA394;
}
</style>