Shades of Laser #CAA362
Tints of Laser #CAA362
RGB
CMYK
RGB Variations
Color information
#CAA362 (or 0xCAA362) is known color: Laser. HEX triplet: CA, A3 and 62. RGB value is (202,163,98). Sum of RGB (Red+Green+Blue) = 202+163+98=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA362 is #355C9D. Grayscale: #A7A7A7. Windows color (decimal): -3497118 or 6464458. OLE color: 6464458.
HSL color Cylindrical-coordinate representation of color #CAA362: hue angle of 37.5º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAA362 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 98 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.21 |
| HSL | 37.5º | 0.5% | 0.59% | - |
| HSV(B) | 37.5º | 0.51% | 0.79% | - |
| XYZ | 39.66 | 39.63 | 17.11 | - |
| YUV | 167.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 98 | 0 | 0.19 | 0.51 | 0.21 | 37.5 | 0.5 | 0.59 |
| Hex | CA | A3 | 62 | 0 | 13 | 33 | 15 | 26 | 32 | 3B |
| Octal | 312 | 243 | 142 | 0 | 23 | 63 | 25 | 46 | 62 | 73 |
| Binary | 11001010 | 10100011 | 1100010 | 0 | 10011 | 110011 | 10101 | 100110 | 110010 | 111011 |
Color Harmonies of #CAA362
Complementary color
Monochromatic Colors of #CAA362
Black with #CAA362
Text Example
Text Example
White with #CAA362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA362; }
p { color: rgb(202,163,98); }
H1.HeaderClassName
{
color: #CAA362;
}
.AnyTagClassName
{
color: #CAA362;
}
</style>
background-color css
<style>
a { background-color: #CAA362; }
a { background-color: rgb(202,163,98); }
div.DivClassName
{
background-color: #CAA362;
}
.BgClassName
{
background-color: #CAA362;
}
</style>
border-color css
<style>
span { border-color: #CAA362; }
span { border-color: rgb(202,163,98); }
td.TdClassName
{
border-color: #CAA362;
}
.TagClassName
{
border-color: #CAA362;
}
</style>