Shades of Laser #CAA65E
Tints of Laser #CAA65E
RGB
CMYK
RGB Variations
Color information
#CAA65E (or 0xCAA65E) is known color: Laser. HEX triplet: CA, A6 and 5E. RGB value is (202,166,94). Sum of RGB (Red+Green+Blue) = 202+166+94=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA65E is #3559A1. Grayscale: #A8A8A8. Windows color (decimal): -3496354 or 6203082. OLE color: 6203082.
HSL color Cylindrical-coordinate representation of color #CAA65E: hue angle of 40º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAA65E is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 94 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.21 |
| HSL | 40º | 0.5% | 0.58% | - |
| HSV(B) | 40º | 0.53% | 0.79% | - |
| XYZ | 40.01 | 40.64 | 16.32 | - |
| YUV | 168.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 94 | 0 | 0.18 | 0.53 | 0.21 | 40 | 0.5 | 0.58 |
| Hex | CA | A6 | 5E | 0 | 12 | 35 | 15 | 28 | 32 | 3A |
| Octal | 312 | 246 | 136 | 0 | 22 | 65 | 25 | 50 | 62 | 72 |
| Binary | 11001010 | 10100110 | 1011110 | 0 | 10010 | 110101 | 10101 | 101000 | 110010 | 111010 |
Color Harmonies of #CAA65E
Complementary color
Monochromatic Colors of #CAA65E
Black with #CAA65E
Text Example
Text Example
White with #CAA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA65E; }
p { color: rgb(202,166,94); }
H1.HeaderClassName
{
color: #CAA65E;
}
.AnyTagClassName
{
color: #CAA65E;
}
</style>
background-color css
<style>
a { background-color: #CAA65E; }
a { background-color: rgb(202,166,94); }
div.DivClassName
{
background-color: #CAA65E;
}
.BgClassName
{
background-color: #CAA65E;
}
</style>
border-color css
<style>
span { border-color: #CAA65E; }
span { border-color: rgb(202,166,94); }
td.TdClassName
{
border-color: #CAA65E;
}
.TagClassName
{
border-color: #CAA65E;
}
</style>