Shades of Laser #CAA759
Tints of Laser #CAA759
RGB
CMYK
RGB Variations
Color information
#CAA759 (or 0xCAA759) is known color: Laser. HEX triplet: CA, A7 and 59. RGB value is (202,167,89). Sum of RGB (Red+Green+Blue) = 202+167+89=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA759 is #3558A6. Grayscale: #A8A8A8. Windows color (decimal): -3496103 or 5875658. OLE color: 5875658.
HSL color Cylindrical-coordinate representation of color #CAA759: hue angle of 41.42º 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 #CAA759 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 89 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.21 |
| HSL | 41.42º | 0.52% | 0.57% | - |
| HSV(B) | 41.42º | 0.56% | 0.79% | - |
| XYZ | 39.98 | 40.92 | 15.24 | - |
| YUV | 168.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 89 | 0 | 0.17 | 0.56 | 0.21 | 41.42 | 0.52 | 0.57 |
| Hex | CA | A7 | 59 | 0 | 11 | 38 | 15 | 29 | 34 | 39 |
| Octal | 312 | 247 | 131 | 0 | 21 | 70 | 25 | 51 | 64 | 71 |
| Binary | 11001010 | 10100111 | 1011001 | 0 | 10001 | 111000 | 10101 | 101001 | 110100 | 111001 |
Color Harmonies of #CAA759
Complementary color
Monochromatic Colors of #CAA759
Black with #CAA759
Text Example
Text Example
White with #CAA759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA759; }
p { color: rgb(202,167,89); }
H1.HeaderClassName
{
color: #CAA759;
}
.AnyTagClassName
{
color: #CAA759;
}
</style>
background-color css
<style>
a { background-color: #CAA759; }
a { background-color: rgb(202,167,89); }
div.DivClassName
{
background-color: #CAA759;
}
.BgClassName
{
background-color: #CAA759;
}
</style>
border-color css
<style>
span { border-color: #CAA759; }
span { border-color: rgb(202,167,89); }
td.TdClassName
{
border-color: #CAA759;
}
.TagClassName
{
border-color: #CAA759;
}
</style>