Shades of Laser #CAA762
Tints of Laser #CAA762
RGB
CMYK
RGB Variations
Color information
#CAA762 (or 0xCAA762) is known color: Laser. HEX triplet: CA, A7 and 62. RGB value is (202,167,98). Sum of RGB (Red+Green+Blue) = 202+167+98=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA762 is #35589D. Grayscale: #A9A9A9. Windows color (decimal): -3496094 or 6465482. OLE color: 6465482.
HSL color Cylindrical-coordinate representation of color #CAA762: hue angle of 39.81º 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 #CAA762 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 98 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.21 |
| HSL | 39.81º | 0.5% | 0.59% | - |
| HSV(B) | 39.81º | 0.51% | 0.79% | - |
| XYZ | 40.38 | 41.08 | 17.36 | - |
| YUV | 169.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 98 | 0 | 0.17 | 0.51 | 0.21 | 39.81 | 0.5 | 0.59 |
| Hex | CA | A7 | 62 | 0 | 11 | 33 | 15 | 28 | 32 | 3B |
| Octal | 312 | 247 | 142 | 0 | 21 | 63 | 25 | 50 | 62 | 73 |
| Binary | 11001010 | 10100111 | 1100010 | 0 | 10001 | 110011 | 10101 | 101000 | 110010 | 111011 |
Color Harmonies of #CAA762
Complementary color
Monochromatic Colors of #CAA762
Black with #CAA762
Text Example
Text Example
White with #CAA762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA762; }
p { color: rgb(202,167,98); }
H1.HeaderClassName
{
color: #CAA762;
}
.AnyTagClassName
{
color: #CAA762;
}
</style>
background-color css
<style>
a { background-color: #CAA762; }
a { background-color: rgb(202,167,98); }
div.DivClassName
{
background-color: #CAA762;
}
.BgClassName
{
background-color: #CAA762;
}
</style>
border-color css
<style>
span { border-color: #CAA762; }
span { border-color: rgb(202,167,98); }
td.TdClassName
{
border-color: #CAA762;
}
.TagClassName
{
border-color: #CAA762;
}
</style>