Shades of Laser #CAA861
Tints of Laser #CAA861
RGB
CMYK
RGB Variations
Color information
#CAA861 (or 0xCAA861) is known color: Laser. HEX triplet: CA, A8 and 61. RGB value is (202,168,97). Sum of RGB (Red+Green+Blue) = 202+168+97=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA861 is #35579E. Grayscale: #AAAAAA. Windows color (decimal): -3495839 or 6400202. OLE color: 6400202.
HSL color Cylindrical-coordinate representation of color #CAA861: hue angle of 40.57º 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 #CAA861 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 97 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.21 |
| HSL | 40.57º | 0.5% | 0.59% | - |
| HSV(B) | 40.57º | 0.52% | 0.79% | - |
| XYZ | 40.52 | 41.42 | 17.17 | - |
| YUV | 170.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 97 | 0 | 0.17 | 0.52 | 0.21 | 40.57 | 0.5 | 0.59 |
| Hex | CA | A8 | 61 | 0 | 11 | 34 | 15 | 29 | 32 | 3B |
| Octal | 312 | 250 | 141 | 0 | 21 | 64 | 25 | 51 | 62 | 73 |
| Binary | 11001010 | 10101000 | 1100001 | 0 | 10001 | 110100 | 10101 | 101001 | 110010 | 111011 |
Color Harmonies of #CAA861
Complementary color
Monochromatic Colors of #CAA861
Black with #CAA861
Text Example
Text Example
White with #CAA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA861; }
p { color: rgb(202,168,97); }
H1.HeaderClassName
{
color: #CAA861;
}
.AnyTagClassName
{
color: #CAA861;
}
</style>
background-color css
<style>
a { background-color: #CAA861; }
a { background-color: rgb(202,168,97); }
div.DivClassName
{
background-color: #CAA861;
}
.BgClassName
{
background-color: #CAA861;
}
</style>
border-color css
<style>
span { border-color: #CAA861; }
span { border-color: rgb(202,168,97); }
td.TdClassName
{
border-color: #CAA861;
}
.TagClassName
{
border-color: #CAA861;
}
</style>