Shades of Laser #CAB160
Tints of Laser #CAB160
RGB
CMYK
RGB Variations
Color information
#CAB160 (or 0xCAB160) is known color: Laser. HEX triplet: CA, B1 and 60. RGB value is (202,177,96). Sum of RGB (Red+Green+Blue) = 202+177+96=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB160 is #354E9F. Grayscale: #AFAFAF. Windows color (decimal): -3493536 or 6336970. OLE color: 6336970.
HSL color Cylindrical-coordinate representation of color #CAB160: hue angle of 45.85º 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 #CAB160 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 96 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.21 |
| HSL | 45.85º | 0.5% | 0.58% | - |
| HSV(B) | 45.85º | 0.52% | 0.79% | - |
| XYZ | 42.19 | 44.85 | 17.5 | - |
| YUV | 175.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 96 | 0 | 0.12 | 0.52 | 0.21 | 45.85 | 0.5 | 0.58 |
| Hex | CA | B1 | 60 | 0 | C | 34 | 15 | 2E | 32 | 3A |
| Octal | 312 | 261 | 140 | 0 | 14 | 64 | 25 | 56 | 62 | 72 |
| Binary | 11001010 | 10110001 | 1100000 | 0 | 1100 | 110100 | 10101 | 101110 | 110010 | 111010 |
Color Harmonies of #CAB160
Complementary color
Monochromatic Colors of #CAB160
Black with #CAB160
Text Example
Text Example
White with #CAB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB160; }
p { color: rgb(202,177,96); }
H1.HeaderClassName
{
color: #CAB160;
}
.AnyTagClassName
{
color: #CAB160;
}
</style>
background-color css
<style>
a { background-color: #CAB160; }
a { background-color: rgb(202,177,96); }
div.DivClassName
{
background-color: #CAB160;
}
.BgClassName
{
background-color: #CAB160;
}
</style>
border-color css
<style>
span { border-color: #CAB160; }
span { border-color: rgb(202,177,96); }
td.TdClassName
{
border-color: #CAB160;
}
.TagClassName
{
border-color: #CAB160;
}
</style>