Shades of Laser #CAA964
Tints of Laser #CAA964
RGB
CMYK
RGB Variations
Color information
#CAA964 (or 0xCAA964) is known color: Laser. HEX triplet: CA, A9 and 64. RGB value is (202,169,100). Sum of RGB (Red+Green+Blue) = 202+169+100=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA964 is #35569B. Grayscale: #ABABAB. Windows color (decimal): -3495580 or 6597066. OLE color: 6597066.
HSL color Cylindrical-coordinate representation of color #CAA964: hue angle of 40.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAA964 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 100 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.21 |
| HSL | 40.59º | 0.49% | 0.59% | - |
| HSV(B) | 40.59º | 0.5% | 0.79% | - |
| XYZ | 40.85 | 41.85 | 17.98 | - |
| YUV | 171 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 100 | 0 | 0.16 | 0.50 | 0.21 | 40.59 | 0.49 | 0.59 |
| Hex | CA | A9 | 64 | 0 | 10 | 32 | 15 | 29 | 31 | 3B |
| Octal | 312 | 251 | 144 | 0 | 20 | 62 | 25 | 51 | 61 | 73 |
| Binary | 11001010 | 10101001 | 1100100 | 0 | 10000 | 110010 | 10101 | 101001 | 110001 | 111011 |
Color Harmonies of #CAA964
Complementary color
Monochromatic Colors of #CAA964
Black with #CAA964
Text Example
Text Example
White with #CAA964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA964; }
p { color: rgb(202,169,100); }
H1.HeaderClassName
{
color: #CAA964;
}
.AnyTagClassName
{
color: #CAA964;
}
</style>
background-color css
<style>
a { background-color: #CAA964; }
a { background-color: rgb(202,169,100); }
div.DivClassName
{
background-color: #CAA964;
}
.BgClassName
{
background-color: #CAA964;
}
</style>
border-color css
<style>
span { border-color: #CAA964; }
span { border-color: rgb(202,169,100); }
td.TdClassName
{
border-color: #CAA964;
}
.TagClassName
{
border-color: #CAA964;
}
</style>