Shades of Laser #CAA961
Tints of Laser #CAA961
RGB
CMYK
RGB Variations
Color information
#CAA961 (or 0xCAA961) is known color: Laser. HEX triplet: CA, A9 and 61. RGB value is (202,169,97). Sum of RGB (Red+Green+Blue) = 202+169+97=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA961 is #35569E. Grayscale: #AAAAAA. Windows color (decimal): -3495583 or 6400458. OLE color: 6400458.
HSL color Cylindrical-coordinate representation of color #CAA961: hue angle of 41.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAA961 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 97 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.21 |
| HSL | 41.14º | 0.5% | 0.59% | - |
| HSV(B) | 41.14º | 0.52% | 0.79% | - |
| XYZ | 40.7 | 41.8 | 17.23 | - |
| YUV | 170.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 97 | 0 | 0.16 | 0.52 | 0.21 | 41.14 | 0.5 | 0.59 |
| Hex | CA | A9 | 61 | 0 | 10 | 34 | 15 | 29 | 32 | 3B |
| Octal | 312 | 251 | 141 | 0 | 20 | 64 | 25 | 51 | 62 | 73 |
| Binary | 11001010 | 10101001 | 1100001 | 0 | 10000 | 110100 | 10101 | 101001 | 110010 | 111011 |
Color Harmonies of #CAA961
Complementary color
Monochromatic Colors of #CAA961
Black with #CAA961
Text Example
Text Example
White with #CAA961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA961; }
p { color: rgb(202,169,97); }
H1.HeaderClassName
{
color: #CAA961;
}
.AnyTagClassName
{
color: #CAA961;
}
</style>
background-color css
<style>
a { background-color: #CAA961; }
a { background-color: rgb(202,169,97); }
div.DivClassName
{
background-color: #CAA961;
}
.BgClassName
{
background-color: #CAA961;
}
</style>
border-color css
<style>
span { border-color: #CAA961; }
span { border-color: rgb(202,169,97); }
td.TdClassName
{
border-color: #CAA961;
}
.TagClassName
{
border-color: #CAA961;
}
</style>