Shades of Laser #CAB066
Tints of Laser #CAB066
RGB
CMYK
RGB Variations
Color information
#CAB066 (or 0xCAB066) is known color: Laser. HEX triplet: CA, B0 and 66. RGB value is (202,176,102). Sum of RGB (Red+Green+Blue) = 202+176+102=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB066 is #354F99. Grayscale: #AFAFAF. Windows color (decimal): -3493786 or 6729930. OLE color: 6729930.
HSL color Cylindrical-coordinate representation of color #CAB066: hue angle of 44.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAB066 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 102 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.21 |
| HSL | 44.4º | 0.49% | 0.6% | - |
| HSV(B) | 44.4º | 0.5% | 0.79% | - |
| XYZ | 42.28 | 44.57 | 18.94 | - |
| YUV | 175.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 102 | 0 | 0.13 | 0.50 | 0.21 | 44.4 | 0.49 | 0.6 |
| Hex | CA | B0 | 66 | 0 | D | 32 | 15 | 2C | 31 | 3C |
| Octal | 312 | 260 | 146 | 0 | 15 | 62 | 25 | 54 | 61 | 74 |
| Binary | 11001010 | 10110000 | 1100110 | 0 | 1101 | 110010 | 10101 | 101100 | 110001 | 111100 |
Color Harmonies of #CAB066
Complementary color
Monochromatic Colors of #CAB066
Black with #CAB066
Text Example
Text Example
White with #CAB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB066; }
p { color: rgb(202,176,102); }
H1.HeaderClassName
{
color: #CAB066;
}
.AnyTagClassName
{
color: #CAB066;
}
</style>
background-color css
<style>
a { background-color: #CAB066; }
a { background-color: rgb(202,176,102); }
div.DivClassName
{
background-color: #CAB066;
}
.BgClassName
{
background-color: #CAB066;
}
</style>
border-color css
<style>
span { border-color: #CAB066; }
span { border-color: rgb(202,176,102); }
td.TdClassName
{
border-color: #CAB066;
}
.TagClassName
{
border-color: #CAB066;
}
</style>