Shades of Rose #CAA390
Tints of Rose #CAA390
RGB
CMYK
RGB Variations
Color information
#CAA390 (or 0xCAA390) is known color: Rose. HEX triplet: CA, A3 and 90. RGB value is (202,163,144). Sum of RGB (Red+Green+Blue) = 202+163+144=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA390 is #355C6F. Grayscale: #ACACAC. Windows color (decimal): -3497072 or 9479114. OLE color: 9479114.
HSL color Cylindrical-coordinate representation of color #CAA390: hue angle of 19.66º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA390 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 144 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.21 |
| HSL | 19.66º | 0.35% | 0.68% | - |
| HSV(B) | 19.66º | 0.29% | 0.79% | - |
| XYZ | 42.49 | 40.76 | 32.01 | - |
| YUV | 172.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 144 | 0 | 0.19 | 0.29 | 0.21 | 19.66 | 0.35 | 0.68 |
| Hex | CA | A3 | 90 | 0 | 13 | 1D | 15 | 14 | 23 | 44 |
| Octal | 312 | 243 | 220 | 0 | 23 | 35 | 25 | 24 | 43 | 104 |
| Binary | 11001010 | 10100011 | 10010000 | 0 | 10011 | 11101 | 10101 | 10100 | 100011 | 1000100 |
Color Harmonies of #CAA390
Complementary color
Monochromatic Colors of #CAA390
Black with #CAA390
Text Example
Text Example
White with #CAA390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA390; }
p { color: rgb(202,163,144); }
H1.HeaderClassName
{
color: #CAA390;
}
.AnyTagClassName
{
color: #CAA390;
}
</style>
background-color css
<style>
a { background-color: #CAA390; }
a { background-color: rgb(202,163,144); }
div.DivClassName
{
background-color: #CAA390;
}
.BgClassName
{
background-color: #CAA390;
}
</style>
border-color css
<style>
span { border-color: #CAA390; }
span { border-color: rgb(202,163,144); }
td.TdClassName
{
border-color: #CAA390;
}
.TagClassName
{
border-color: #CAA390;
}
</style>