Shades of Laser #CBAE59
Tints of Laser #CBAE59
RGB
CMYK
RGB Variations
Color information
#CBAE59 (or 0xCBAE59) is known color: Laser. HEX triplet: CB, AE and 59. RGB value is (203,174,89). Sum of RGB (Red+Green+Blue) = 203+174+89=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE59 is #3451A6. Grayscale: #ADADAD. Windows color (decimal): -3428775 or 5877451. OLE color: 5877451.
HSL color Cylindrical-coordinate representation of color #CBAE59: hue angle of 44.74º 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 #CBAE59 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 89 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.20 |
| HSL | 44.74º | 0.52% | 0.57% | - |
| HSV(B) | 44.74º | 0.56% | 0.8% | - |
| XYZ | 41.57 | 43.69 | 15.69 | - |
| YUV | 172.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 89 | 0 | 0.14 | 0.56 | 0.20 | 44.74 | 0.52 | 0.57 |
| Hex | CB | AE | 59 | 0 | E | 38 | 14 | 2D | 34 | 39 |
| Octal | 313 | 256 | 131 | 0 | 16 | 70 | 24 | 55 | 64 | 71 |
| Binary | 11001011 | 10101110 | 1011001 | 0 | 1110 | 111000 | 10100 | 101101 | 110100 | 111001 |
Color Harmonies of #CBAE59
Complementary color
Monochromatic Colors of #CBAE59
Black with #CBAE59
Text Example
Text Example
White with #CBAE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE59; }
p { color: rgb(203,174,89); }
H1.HeaderClassName
{
color: #CBAE59;
}
.AnyTagClassName
{
color: #CBAE59;
}
</style>
background-color css
<style>
a { background-color: #CBAE59; }
a { background-color: rgb(203,174,89); }
div.DivClassName
{
background-color: #CBAE59;
}
.BgClassName
{
background-color: #CBAE59;
}
</style>
border-color css
<style>
span { border-color: #CBAE59; }
span { border-color: rgb(203,174,89); }
td.TdClassName
{
border-color: #CBAE59;
}
.TagClassName
{
border-color: #CBAE59;
}
</style>