Shades of Laser #CAA962
Tints of Laser #CAA962
RGB
CMYK
RGB Variations
Color information
#CAA962 (or 0xCAA962) is known color: Laser. HEX triplet: CA, A9 and 62. RGB value is (202,169,98). Sum of RGB (Red+Green+Blue) = 202+169+98=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA962 is #35569D. Grayscale: #ABABAB. Windows color (decimal): -3495582 or 6465994. OLE color: 6465994.
HSL color Cylindrical-coordinate representation of color #CAA962: hue angle of 40.96º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAA962 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 98 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.21 |
| HSL | 40.96º | 0.5% | 0.59% | - |
| HSV(B) | 40.96º | 0.51% | 0.79% | - |
| XYZ | 40.75 | 41.81 | 17.48 | - |
| YUV | 170.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 98 | 0 | 0.16 | 0.51 | 0.21 | 40.96 | 0.5 | 0.59 |
| Hex | CA | A9 | 62 | 0 | 10 | 33 | 15 | 29 | 32 | 3B |
| Octal | 312 | 251 | 142 | 0 | 20 | 63 | 25 | 51 | 62 | 73 |
| Binary | 11001010 | 10101001 | 1100010 | 0 | 10000 | 110011 | 10101 | 101001 | 110010 | 111011 |
Color Harmonies of #CAA962
Complementary color
Monochromatic Colors of #CAA962
Black with #CAA962
Text Example
Text Example
White with #CAA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA962; }
p { color: rgb(202,169,98); }
H1.HeaderClassName
{
color: #CAA962;
}
.AnyTagClassName
{
color: #CAA962;
}
</style>
background-color css
<style>
a { background-color: #CAA962; }
a { background-color: rgb(202,169,98); }
div.DivClassName
{
background-color: #CAA962;
}
.BgClassName
{
background-color: #CAA962;
}
</style>
border-color css
<style>
span { border-color: #CAA962; }
span { border-color: rgb(202,169,98); }
td.TdClassName
{
border-color: #CAA962;
}
.TagClassName
{
border-color: #CAA962;
}
</style>