Shades of Laser #CAA15E
Tints of Laser #CAA15E
RGB
CMYK
RGB Variations
Color information
#CAA15E (or 0xCAA15E) is known color: Laser. HEX triplet: CA, A1 and 5E. RGB value is (202,161,94). Sum of RGB (Red+Green+Blue) = 202+161+94=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA15E is #355EA1. Grayscale: #A5A5A5. Windows color (decimal): -3497634 or 6201802. OLE color: 6201802.
HSL color Cylindrical-coordinate representation of color #CAA15E: hue angle of 37.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAA15E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 94 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.21 |
| HSL | 37.22º | 0.5% | 0.58% | - |
| HSV(B) | 37.22º | 0.53% | 0.79% | - |
| XYZ | 39.12 | 38.85 | 16.03 | - |
| YUV | 165.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 94 | 0 | 0.20 | 0.53 | 0.21 | 37.22 | 0.5 | 0.58 |
| Hex | CA | A1 | 5E | 0 | 14 | 35 | 15 | 25 | 32 | 3A |
| Octal | 312 | 241 | 136 | 0 | 24 | 65 | 25 | 45 | 62 | 72 |
| Binary | 11001010 | 10100001 | 1011110 | 0 | 10100 | 110101 | 10101 | 100101 | 110010 | 111010 |
Color Harmonies of #CAA15E
Complementary color
Monochromatic Colors of #CAA15E
Black with #CAA15E
Text Example
Text Example
White with #CAA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA15E; }
p { color: rgb(202,161,94); }
H1.HeaderClassName
{
color: #CAA15E;
}
.AnyTagClassName
{
color: #CAA15E;
}
</style>
background-color css
<style>
a { background-color: #CAA15E; }
a { background-color: rgb(202,161,94); }
div.DivClassName
{
background-color: #CAA15E;
}
.BgClassName
{
background-color: #CAA15E;
}
</style>
border-color css
<style>
span { border-color: #CAA15E; }
span { border-color: rgb(202,161,94); }
td.TdClassName
{
border-color: #CAA15E;
}
.TagClassName
{
border-color: #CAA15E;
}
</style>