Shades of Laser #CAA359
Tints of Laser #CAA359
RGB
CMYK
RGB Variations
Color information
#CAA359 (or 0xCAA359) is known color: Laser. HEX triplet: CA, A3 and 59. RGB value is (202,163,89). Sum of RGB (Red+Green+Blue) = 202+163+89=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA359 is #355CA6. Grayscale: #A6A6A6. Windows color (decimal): -3497127 or 5874634. OLE color: 5874634.
HSL color Cylindrical-coordinate representation of color #CAA359: hue angle of 39.29º 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 #CAA359 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 89 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.21 |
| HSL | 39.29º | 0.52% | 0.57% | - |
| HSV(B) | 39.29º | 0.56% | 0.79% | - |
| XYZ | 39.26 | 39.47 | 15 | - |
| YUV | 166.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 89 | 0 | 0.19 | 0.56 | 0.21 | 39.29 | 0.52 | 0.57 |
| Hex | CA | A3 | 59 | 0 | 13 | 38 | 15 | 27 | 34 | 39 |
| Octal | 312 | 243 | 131 | 0 | 23 | 70 | 25 | 47 | 64 | 71 |
| Binary | 11001010 | 10100011 | 1011001 | 0 | 10011 | 111000 | 10101 | 100111 | 110100 | 111001 |
Color Harmonies of #CAA359
Complementary color
Monochromatic Colors of #CAA359
Black with #CAA359
Text Example
Text Example
White with #CAA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA359; }
p { color: rgb(202,163,89); }
H1.HeaderClassName
{
color: #CAA359;
}
.AnyTagClassName
{
color: #CAA359;
}
</style>
background-color css
<style>
a { background-color: #CAA359; }
a { background-color: rgb(202,163,89); }
div.DivClassName
{
background-color: #CAA359;
}
.BgClassName
{
background-color: #CAA359;
}
</style>
border-color css
<style>
span { border-color: #CAA359; }
span { border-color: rgb(202,163,89); }
td.TdClassName
{
border-color: #CAA359;
}
.TagClassName
{
border-color: #CAA359;
}
</style>