Shades of Laser #CAA860
Tints of Laser #CAA860
RGB
CMYK
RGB Variations
Color information
#CAA860 (or 0xCAA860) is known color: Laser. HEX triplet: CA, A8 and 60. RGB value is (202,168,96). Sum of RGB (Red+Green+Blue) = 202+168+96=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA860 is #35579F. Grayscale: #AAAAAA. Windows color (decimal): -3495840 or 6334666. OLE color: 6334666.
HSL color Cylindrical-coordinate representation of color #CAA860: hue angle of 40.75º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAA860 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 96 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.21 |
| HSL | 40.75º | 0.5% | 0.58% | - |
| HSV(B) | 40.75º | 0.52% | 0.79% | - |
| XYZ | 40.47 | 41.41 | 16.93 | - |
| YUV | 169.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 96 | 0 | 0.17 | 0.52 | 0.21 | 40.75 | 0.5 | 0.58 |
| Hex | CA | A8 | 60 | 0 | 11 | 34 | 15 | 29 | 32 | 3A |
| Octal | 312 | 250 | 140 | 0 | 21 | 64 | 25 | 51 | 62 | 72 |
| Binary | 11001010 | 10101000 | 1100000 | 0 | 10001 | 110100 | 10101 | 101001 | 110010 | 111010 |
Color Harmonies of #CAA860
Complementary color
Monochromatic Colors of #CAA860
Black with #CAA860
Text Example
Text Example
White with #CAA860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA860; }
p { color: rgb(202,168,96); }
H1.HeaderClassName
{
color: #CAA860;
}
.AnyTagClassName
{
color: #CAA860;
}
</style>
background-color css
<style>
a { background-color: #CAA860; }
a { background-color: rgb(202,168,96); }
div.DivClassName
{
background-color: #CAA860;
}
.BgClassName
{
background-color: #CAA860;
}
</style>
border-color css
<style>
span { border-color: #CAA860; }
span { border-color: rgb(202,168,96); }
td.TdClassName
{
border-color: #CAA860;
}
.TagClassName
{
border-color: #CAA860;
}
</style>