Shades of Laser #CBA562
Tints of Laser #CBA562
RGB
CMYK
RGB Variations
Color information
#CBA562 (or 0xCBA562) is known color: Laser. HEX triplet: CB, A5 and 62. RGB value is (203,165,98). Sum of RGB (Red+Green+Blue) = 203+165+98=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA562 is #345A9D. Grayscale: #A9A9A9. Windows color (decimal): -3431070 or 6464971. OLE color: 6464971.
HSL color Cylindrical-coordinate representation of color #CBA562: hue angle of 38.29º 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 #CBA562 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 98 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.20 |
| HSL | 38.29º | 0.5% | 0.59% | - |
| HSV(B) | 38.29º | 0.52% | 0.8% | - |
| XYZ | 40.29 | 40.49 | 17.25 | - |
| YUV | 168.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 98 | 0 | 0.19 | 0.52 | 0.20 | 38.29 | 0.5 | 0.59 |
| Hex | CB | A5 | 62 | 0 | 13 | 34 | 14 | 26 | 32 | 3B |
| Octal | 313 | 245 | 142 | 0 | 23 | 64 | 24 | 46 | 62 | 73 |
| Binary | 11001011 | 10100101 | 1100010 | 0 | 10011 | 110100 | 10100 | 100110 | 110010 | 111011 |
Color Harmonies of #CBA562
Complementary color
Monochromatic Colors of #CBA562
Black with #CBA562
Text Example
Text Example
White with #CBA562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA562; }
p { color: rgb(203,165,98); }
H1.HeaderClassName
{
color: #CBA562;
}
.AnyTagClassName
{
color: #CBA562;
}
</style>
background-color css
<style>
a { background-color: #CBA562; }
a { background-color: rgb(203,165,98); }
div.DivClassName
{
background-color: #CBA562;
}
.BgClassName
{
background-color: #CBA562;
}
</style>
border-color css
<style>
span { border-color: #CBA562; }
span { border-color: rgb(203,165,98); }
td.TdClassName
{
border-color: #CBA562;
}
.TagClassName
{
border-color: #CBA562;
}
</style>