Shades of Laser #CBA962
Tints of Laser #CBA962
RGB
CMYK
RGB Variations
Color information
#CBA962 (or 0xCBA962) is known color: Laser. HEX triplet: CB, A9 and 62. RGB value is (203,169,98). Sum of RGB (Red+Green+Blue) = 203+169+98=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA962 is #34569D. Grayscale: #ABABAB. Windows color (decimal): -3430046 or 6465995. OLE color: 6465995.
HSL color Cylindrical-coordinate representation of color #CBA962: hue angle of 40.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBA962 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 98 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.20 |
| HSL | 40.57º | 0.5% | 0.59% | - |
| HSV(B) | 40.57º | 0.52% | 0.8% | - |
| XYZ | 41.02 | 41.95 | 17.49 | - |
| YUV | 171.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 98 | 0 | 0.17 | 0.52 | 0.20 | 40.57 | 0.5 | 0.59 |
| Hex | CB | A9 | 62 | 0 | 11 | 34 | 14 | 29 | 32 | 3B |
| Octal | 313 | 251 | 142 | 0 | 21 | 64 | 24 | 51 | 62 | 73 |
| Binary | 11001011 | 10101001 | 1100010 | 0 | 10001 | 110100 | 10100 | 101001 | 110010 | 111011 |
Color Harmonies of #CBA962
Complementary color
Monochromatic Colors of #CBA962
Black with #CBA962
Text Example
Text Example
White with #CBA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA962; }
p { color: rgb(203,169,98); }
H1.HeaderClassName
{
color: #CBA962;
}
.AnyTagClassName
{
color: #CBA962;
}
</style>
background-color css
<style>
a { background-color: #CBA962; }
a { background-color: rgb(203,169,98); }
div.DivClassName
{
background-color: #CBA962;
}
.BgClassName
{
background-color: #CBA962;
}
</style>
border-color css
<style>
span { border-color: #CBA962; }
span { border-color: rgb(203,169,98); }
td.TdClassName
{
border-color: #CBA962;
}
.TagClassName
{
border-color: #CBA962;
}
</style>