Shades of Laser #CAB062
Tints of Laser #CAB062
RGB
CMYK
RGB Variations
Color information
#CAB062 (or 0xCAB062) is known color: Laser. HEX triplet: CA, B0 and 62. RGB value is (202,176,98). Sum of RGB (Red+Green+Blue) = 202+176+98=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB062 is #354F9D. Grayscale: #AFAFAF. Windows color (decimal): -3493790 or 6467786. OLE color: 6467786.
HSL color Cylindrical-coordinate representation of color #CAB062: hue angle of 45º 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 #CAB062 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 98 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.21 |
| HSL | 45º | 0.5% | 0.59% | - |
| HSV(B) | 45º | 0.51% | 0.79% | - |
| XYZ | 42.09 | 44.49 | 17.92 | - |
| YUV | 174.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 98 | 0 | 0.13 | 0.51 | 0.21 | 45 | 0.5 | 0.59 |
| Hex | CA | B0 | 62 | 0 | D | 33 | 15 | 2D | 32 | 3B |
| Octal | 312 | 260 | 142 | 0 | 15 | 63 | 25 | 55 | 62 | 73 |
| Binary | 11001010 | 10110000 | 1100010 | 0 | 1101 | 110011 | 10101 | 101101 | 110010 | 111011 |
Color Harmonies of #CAB062
Complementary color
Monochromatic Colors of #CAB062
Black with #CAB062
Text Example
Text Example
White with #CAB062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB062; }
p { color: rgb(202,176,98); }
H1.HeaderClassName
{
color: #CAB062;
}
.AnyTagClassName
{
color: #CAB062;
}
</style>
background-color css
<style>
a { background-color: #CAB062; }
a { background-color: rgb(202,176,98); }
div.DivClassName
{
background-color: #CAB062;
}
.BgClassName
{
background-color: #CAB062;
}
</style>
border-color css
<style>
span { border-color: #CAB062; }
span { border-color: rgb(202,176,98); }
td.TdClassName
{
border-color: #CAB062;
}
.TagClassName
{
border-color: #CAB062;
}
</style>