Shades of Laser #CAA85A
Tints of Laser #CAA85A
RGB
CMYK
RGB Variations
Color information
#CAA85A (or 0xCAA85A) is known color: Laser. HEX triplet: CA, A8 and 5A. RGB value is (202,168,90). Sum of RGB (Red+Green+Blue) = 202+168+90=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA85A is #3557A5. Grayscale: #A9A9A9. Windows color (decimal): -3495846 or 5941450. OLE color: 5941450.
HSL color Cylindrical-coordinate representation of color #CAA85A: hue angle of 41.79º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAA85A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 90 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.21 |
| HSL | 41.79º | 0.51% | 0.57% | - |
| HSV(B) | 41.79º | 0.55% | 0.79% | - |
| XYZ | 40.21 | 41.3 | 15.53 | - |
| YUV | 169.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 90 | 0 | 0.17 | 0.55 | 0.21 | 41.79 | 0.51 | 0.57 |
| Hex | CA | A8 | 5A | 0 | 11 | 37 | 15 | 2A | 33 | 39 |
| Octal | 312 | 250 | 132 | 0 | 21 | 67 | 25 | 52 | 63 | 71 |
| Binary | 11001010 | 10101000 | 1011010 | 0 | 10001 | 110111 | 10101 | 101010 | 110011 | 111001 |
Color Harmonies of #CAA85A
Complementary color
Monochromatic Colors of #CAA85A
Black with #CAA85A
Text Example
Text Example
White with #CAA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA85A; }
p { color: rgb(202,168,90); }
H1.HeaderClassName
{
color: #CAA85A;
}
.AnyTagClassName
{
color: #CAA85A;
}
</style>
background-color css
<style>
a { background-color: #CAA85A; }
a { background-color: rgb(202,168,90); }
div.DivClassName
{
background-color: #CAA85A;
}
.BgClassName
{
background-color: #CAA85A;
}
</style>
border-color css
<style>
span { border-color: #CAA85A; }
span { border-color: rgb(202,168,90); }
td.TdClassName
{
border-color: #CAA85A;
}
.TagClassName
{
border-color: #CAA85A;
}
</style>