Shades of Laser #CAA160
Tints of Laser #CAA160
RGB
CMYK
RGB Variations
Color information
#CAA160 (or 0xCAA160) is known color: Laser. HEX triplet: CA, A1 and 60. RGB value is (202,161,96). Sum of RGB (Red+Green+Blue) = 202+161+96=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA160 is #355E9F. Grayscale: #A6A6A6. Windows color (decimal): -3497632 or 6332874. OLE color: 6332874.
HSL color Cylindrical-coordinate representation of color #CAA160: hue angle of 36.79º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAA160 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 96 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.21 |
| HSL | 36.79º | 0.5% | 0.58% | - |
| HSV(B) | 36.79º | 0.52% | 0.79% | - |
| XYZ | 39.21 | 38.89 | 16.51 | - |
| YUV | 165.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 96 | 0 | 0.20 | 0.52 | 0.21 | 36.79 | 0.5 | 0.58 |
| Hex | CA | A1 | 60 | 0 | 14 | 34 | 15 | 25 | 32 | 3A |
| Octal | 312 | 241 | 140 | 0 | 24 | 64 | 25 | 45 | 62 | 72 |
| Binary | 11001010 | 10100001 | 1100000 | 0 | 10100 | 110100 | 10101 | 100101 | 110010 | 111010 |
Color Harmonies of #CAA160
Complementary color
Monochromatic Colors of #CAA160
Black with #CAA160
Text Example
Text Example
White with #CAA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA160; }
p { color: rgb(202,161,96); }
H1.HeaderClassName
{
color: #CAA160;
}
.AnyTagClassName
{
color: #CAA160;
}
</style>
background-color css
<style>
a { background-color: #CAA160; }
a { background-color: rgb(202,161,96); }
div.DivClassName
{
background-color: #CAA160;
}
.BgClassName
{
background-color: #CAA160;
}
</style>
border-color css
<style>
span { border-color: #CAA160; }
span { border-color: rgb(202,161,96); }
td.TdClassName
{
border-color: #CAA160;
}
.TagClassName
{
border-color: #CAA160;
}
</style>