Shades of Laser #CAA95C
Tints of Laser #CAA95C
RGB
CMYK
RGB Variations
Color information
#CAA95C (or 0xCAA95C) is known color: Laser. HEX triplet: CA, A9 and 5C. RGB value is (202,169,92). Sum of RGB (Red+Green+Blue) = 202+169+92=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA95C is #3556A3. Grayscale: #AAAAAA. Windows color (decimal): -3495588 or 6072778. OLE color: 6072778.
HSL color Cylindrical-coordinate representation of color #CAA95C: hue angle of 42º 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 #CAA95C is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 92 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.21 |
| HSL | 42º | 0.51% | 0.58% | - |
| HSV(B) | 42º | 0.54% | 0.79% | - |
| XYZ | 40.48 | 41.71 | 16.04 | - |
| YUV | 170.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 92 | 0 | 0.16 | 0.54 | 0.21 | 42 | 0.51 | 0.58 |
| Hex | CA | A9 | 5C | 0 | 10 | 36 | 15 | 2A | 33 | 3A |
| Octal | 312 | 251 | 134 | 0 | 20 | 66 | 25 | 52 | 63 | 72 |
| Binary | 11001010 | 10101001 | 1011100 | 0 | 10000 | 110110 | 10101 | 101010 | 110011 | 111010 |
Color Harmonies of #CAA95C
Complementary color
Monochromatic Colors of #CAA95C
Black with #CAA95C
Text Example
Text Example
White with #CAA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA95C; }
p { color: rgb(202,169,92); }
H1.HeaderClassName
{
color: #CAA95C;
}
.AnyTagClassName
{
color: #CAA95C;
}
</style>
background-color css
<style>
a { background-color: #CAA95C; }
a { background-color: rgb(202,169,92); }
div.DivClassName
{
background-color: #CAA95C;
}
.BgClassName
{
background-color: #CAA95C;
}
</style>
border-color css
<style>
span { border-color: #CAA95C; }
span { border-color: rgb(202,169,92); }
td.TdClassName
{
border-color: #CAA95C;
}
.TagClassName
{
border-color: #CAA95C;
}
</style>