Shades of Laser #CAA65C
Tints of Laser #CAA65C
RGB
CMYK
RGB Variations
Color information
#CAA65C (or 0xCAA65C) is known color: Laser. HEX triplet: CA, A6 and 5C. RGB value is (202,166,92). Sum of RGB (Red+Green+Blue) = 202+166+92=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA65C is #3559A3. Grayscale: #A8A8A8. Windows color (decimal): -3496356 or 6072010. OLE color: 6072010.
HSL color Cylindrical-coordinate representation of color #CAA65C: hue angle of 40.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAA65C is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 92 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.21 |
| HSL | 40.36º | 0.51% | 0.58% | - |
| HSV(B) | 40.36º | 0.54% | 0.79% | - |
| XYZ | 39.93 | 40.6 | 15.86 | - |
| YUV | 168.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 92 | 0 | 0.18 | 0.54 | 0.21 | 40.36 | 0.51 | 0.58 |
| Hex | CA | A6 | 5C | 0 | 12 | 36 | 15 | 28 | 33 | 3A |
| Octal | 312 | 246 | 134 | 0 | 22 | 66 | 25 | 50 | 63 | 72 |
| Binary | 11001010 | 10100110 | 1011100 | 0 | 10010 | 110110 | 10101 | 101000 | 110011 | 111010 |
Color Harmonies of #CAA65C
Complementary color
Monochromatic Colors of #CAA65C
Black with #CAA65C
Text Example
Text Example
White with #CAA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA65C; }
p { color: rgb(202,166,92); }
H1.HeaderClassName
{
color: #CAA65C;
}
.AnyTagClassName
{
color: #CAA65C;
}
</style>
background-color css
<style>
a { background-color: #CAA65C; }
a { background-color: rgb(202,166,92); }
div.DivClassName
{
background-color: #CAA65C;
}
.BgClassName
{
background-color: #CAA65C;
}
</style>
border-color css
<style>
span { border-color: #CAA65C; }
span { border-color: rgb(202,166,92); }
td.TdClassName
{
border-color: #CAA65C;
}
.TagClassName
{
border-color: #CAA65C;
}
</style>