Shades of Laser #CBA759
Tints of Laser #CBA759
RGB
CMYK
RGB Variations
Color information
#CBA759 (or 0xCBA759) is known color: Laser. HEX triplet: CB, A7 and 59. RGB value is (203,167,89). Sum of RGB (Red+Green+Blue) = 203+167+89=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA759 is #3458A6. Grayscale: #A9A9A9. Windows color (decimal): -3430567 or 5875659. OLE color: 5875659.
HSL color Cylindrical-coordinate representation of color #CBA759: hue angle of 41.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBA759 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 89 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.20 |
| HSL | 41.05º | 0.52% | 0.57% | - |
| HSV(B) | 41.05º | 0.56% | 0.8% | - |
| XYZ | 40.25 | 41.06 | 15.25 | - |
| YUV | 168.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 89 | 0 | 0.18 | 0.56 | 0.20 | 41.05 | 0.52 | 0.57 |
| Hex | CB | A7 | 59 | 0 | 12 | 38 | 14 | 29 | 34 | 39 |
| Octal | 313 | 247 | 131 | 0 | 22 | 70 | 24 | 51 | 64 | 71 |
| Binary | 11001011 | 10100111 | 1011001 | 0 | 10010 | 111000 | 10100 | 101001 | 110100 | 111001 |
Color Harmonies of #CBA759
Complementary color
Monochromatic Colors of #CBA759
Black with #CBA759
Text Example
Text Example
White with #CBA759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA759; }
p { color: rgb(203,167,89); }
H1.HeaderClassName
{
color: #CBA759;
}
.AnyTagClassName
{
color: #CBA759;
}
</style>
background-color css
<style>
a { background-color: #CBA759; }
a { background-color: rgb(203,167,89); }
div.DivClassName
{
background-color: #CBA759;
}
.BgClassName
{
background-color: #CBA759;
}
</style>
border-color css
<style>
span { border-color: #CBA759; }
span { border-color: rgb(203,167,89); }
td.TdClassName
{
border-color: #CBA759;
}
.TagClassName
{
border-color: #CBA759;
}
</style>