Shades of Laser #CAA85D
Tints of Laser #CAA85D
RGB
CMYK
RGB Variations
Color information
#CAA85D (or 0xCAA85D) is known color: Laser. HEX triplet: CA, A8 and 5D. RGB value is (202,168,93). Sum of RGB (Red+Green+Blue) = 202+168+93=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA85D is #3557A2. Grayscale: #A9A9A9. Windows color (decimal): -3495843 or 6138058. OLE color: 6138058.
HSL color Cylindrical-coordinate representation of color #CAA85D: hue angle of 41.28º 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 #CAA85D is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 93 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.21 |
| HSL | 41.28º | 0.51% | 0.58% | - |
| HSV(B) | 41.28º | 0.54% | 0.79% | - |
| XYZ | 40.34 | 41.35 | 16.21 | - |
| YUV | 169.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 93 | 0 | 0.17 | 0.54 | 0.21 | 41.28 | 0.51 | 0.58 |
| Hex | CA | A8 | 5D | 0 | 11 | 36 | 15 | 29 | 33 | 3A |
| Octal | 312 | 250 | 135 | 0 | 21 | 66 | 25 | 51 | 63 | 72 |
| Binary | 11001010 | 10101000 | 1011101 | 0 | 10001 | 110110 | 10101 | 101001 | 110011 | 111010 |
Color Harmonies of #CAA85D
Complementary color
Monochromatic Colors of #CAA85D
Black with #CAA85D
Text Example
Text Example
White with #CAA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA85D; }
p { color: rgb(202,168,93); }
H1.HeaderClassName
{
color: #CAA85D;
}
.AnyTagClassName
{
color: #CAA85D;
}
</style>
background-color css
<style>
a { background-color: #CAA85D; }
a { background-color: rgb(202,168,93); }
div.DivClassName
{
background-color: #CAA85D;
}
.BgClassName
{
background-color: #CAA85D;
}
</style>
border-color css
<style>
span { border-color: #CAA85D; }
span { border-color: rgb(202,168,93); }
td.TdClassName
{
border-color: #CAA85D;
}
.TagClassName
{
border-color: #CAA85D;
}
</style>