Shades of Laser #CAA360
Tints of Laser #CAA360
RGB
CMYK
RGB Variations
Color information
#CAA360 (or 0xCAA360) is known color: Laser. HEX triplet: CA, A3 and 60. RGB value is (202,163,96). Sum of RGB (Red+Green+Blue) = 202+163+96=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA360 is #355C9F. Grayscale: #A7A7A7. Windows color (decimal): -3497120 or 6333386. OLE color: 6333386.
HSL color Cylindrical-coordinate representation of color #CAA360: hue angle of 37.92º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAA360 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 96 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.21 |
| HSL | 37.92º | 0.5% | 0.58% | - |
| HSV(B) | 37.92º | 0.52% | 0.79% | - |
| XYZ | 39.57 | 39.6 | 16.62 | - |
| YUV | 167.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 96 | 0 | 0.19 | 0.52 | 0.21 | 37.92 | 0.5 | 0.58 |
| Hex | CA | A3 | 60 | 0 | 13 | 34 | 15 | 26 | 32 | 3A |
| Octal | 312 | 243 | 140 | 0 | 23 | 64 | 25 | 46 | 62 | 72 |
| Binary | 11001010 | 10100011 | 1100000 | 0 | 10011 | 110100 | 10101 | 100110 | 110010 | 111010 |
Color Harmonies of #CAA360
Complementary color
Monochromatic Colors of #CAA360
Black with #CAA360
Text Example
Text Example
White with #CAA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA360; }
p { color: rgb(202,163,96); }
H1.HeaderClassName
{
color: #CAA360;
}
.AnyTagClassName
{
color: #CAA360;
}
</style>
background-color css
<style>
a { background-color: #CAA360; }
a { background-color: rgb(202,163,96); }
div.DivClassName
{
background-color: #CAA360;
}
.BgClassName
{
background-color: #CAA360;
}
</style>
border-color css
<style>
span { border-color: #CAA360; }
span { border-color: rgb(202,163,96); }
td.TdClassName
{
border-color: #CAA360;
}
.TagClassName
{
border-color: #CAA360;
}
</style>