Shades of Laser #CAA659
Tints of Laser #CAA659
RGB
CMYK
RGB Variations
Color information
#CAA659 (or 0xCAA659) is known color: Laser. HEX triplet: CA, A6 and 59. RGB value is (202,166,89). Sum of RGB (Red+Green+Blue) = 202+166+89=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA659 is #3559A6. Grayscale: #A8A8A8. Windows color (decimal): -3496359 or 5875402. OLE color: 5875402.
HSL color Cylindrical-coordinate representation of color #CAA659: hue angle of 40.88º 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 #CAA659 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 89 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.21 |
| HSL | 40.88º | 0.52% | 0.57% | - |
| HSV(B) | 40.88º | 0.56% | 0.79% | - |
| XYZ | 39.8 | 40.55 | 15.18 | - |
| YUV | 167.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 89 | 0 | 0.18 | 0.56 | 0.21 | 40.88 | 0.52 | 0.57 |
| Hex | CA | A6 | 59 | 0 | 12 | 38 | 15 | 29 | 34 | 39 |
| Octal | 312 | 246 | 131 | 0 | 22 | 70 | 25 | 51 | 64 | 71 |
| Binary | 11001010 | 10100110 | 1011001 | 0 | 10010 | 111000 | 10101 | 101001 | 110100 | 111001 |
Color Harmonies of #CAA659
Complementary color
Monochromatic Colors of #CAA659
Black with #CAA659
Text Example
Text Example
White with #CAA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA659; }
p { color: rgb(202,166,89); }
H1.HeaderClassName
{
color: #CAA659;
}
.AnyTagClassName
{
color: #CAA659;
}
</style>
background-color css
<style>
a { background-color: #CAA659; }
a { background-color: rgb(202,166,89); }
div.DivClassName
{
background-color: #CAA659;
}
.BgClassName
{
background-color: #CAA659;
}
</style>
border-color css
<style>
span { border-color: #CAA659; }
span { border-color: rgb(202,166,89); }
td.TdClassName
{
border-color: #CAA659;
}
.TagClassName
{
border-color: #CAA659;
}
</style>