Shades of Laser #CAA459
Tints of Laser #CAA459
RGB
CMYK
RGB Variations
Color information
#CAA459 (or 0xCAA459) is known color: Laser. HEX triplet: CA, A4 and 59. RGB value is (202,164,89). Sum of RGB (Red+Green+Blue) = 202+164+89=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA459 is #355BA6. Grayscale: #A7A7A7. Windows color (decimal): -3496871 or 5874890. OLE color: 5874890.
HSL color Cylindrical-coordinate representation of color #CAA459: hue angle of 39.82º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAA459 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 89 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.21 |
| HSL | 39.82º | 0.52% | 0.57% | - |
| HSV(B) | 39.82º | 0.56% | 0.79% | - |
| XYZ | 39.44 | 39.83 | 15.06 | - |
| YUV | 166.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 89 | 0 | 0.19 | 0.56 | 0.21 | 39.82 | 0.52 | 0.57 |
| Hex | CA | A4 | 59 | 0 | 13 | 38 | 15 | 28 | 34 | 39 |
| Octal | 312 | 244 | 131 | 0 | 23 | 70 | 25 | 50 | 64 | 71 |
| Binary | 11001010 | 10100100 | 1011001 | 0 | 10011 | 111000 | 10101 | 101000 | 110100 | 111001 |
Color Harmonies of #CAA459
Complementary color
Monochromatic Colors of #CAA459
Black with #CAA459
Text Example
Text Example
White with #CAA459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA459; }
p { color: rgb(202,164,89); }
H1.HeaderClassName
{
color: #CAA459;
}
.AnyTagClassName
{
color: #CAA459;
}
</style>
background-color css
<style>
a { background-color: #CAA459; }
a { background-color: rgb(202,164,89); }
div.DivClassName
{
background-color: #CAA459;
}
.BgClassName
{
background-color: #CAA459;
}
</style>
border-color css
<style>
span { border-color: #CAA459; }
span { border-color: rgb(202,164,89); }
td.TdClassName
{
border-color: #CAA459;
}
.TagClassName
{
border-color: #CAA459;
}
</style>