Shades of Laser #CBAC58
Tints of Laser #CBAC58
RGB
CMYK
RGB Variations
Color information
#CBAC58 (or 0xCBAC58) is known color: Laser. HEX triplet: CB, AC and 58. RGB value is (203,172,88). Sum of RGB (Red+Green+Blue) = 203+172+88=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC58 is #3453A7. Grayscale: #ACACAC. Windows color (decimal): -3429288 or 5811403. OLE color: 5811403.
HSL color Cylindrical-coordinate representation of color #CBAC58: hue angle of 43.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBAC58 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 88 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.20 |
| HSL | 43.83º | 0.53% | 0.57% | - |
| HSV(B) | 43.83º | 0.57% | 0.8% | - |
| XYZ | 41.14 | 42.91 | 15.35 | - |
| YUV | 171.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 88 | 0 | 0.15 | 0.57 | 0.20 | 43.83 | 0.53 | 0.57 |
| Hex | CB | AC | 58 | 0 | F | 39 | 14 | 2C | 35 | 39 |
| Octal | 313 | 254 | 130 | 0 | 17 | 71 | 24 | 54 | 65 | 71 |
| Binary | 11001011 | 10101100 | 1011000 | 0 | 1111 | 111001 | 10100 | 101100 | 110101 | 111001 |
Color Harmonies of #CBAC58
Complementary color
Monochromatic Colors of #CBAC58
Black with #CBAC58
Text Example
Text Example
White with #CBAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC58; }
p { color: rgb(203,172,88); }
H1.HeaderClassName
{
color: #CBAC58;
}
.AnyTagClassName
{
color: #CBAC58;
}
</style>
background-color css
<style>
a { background-color: #CBAC58; }
a { background-color: rgb(203,172,88); }
div.DivClassName
{
background-color: #CBAC58;
}
.BgClassName
{
background-color: #CBAC58;
}
</style>
border-color css
<style>
span { border-color: #CBAC58; }
span { border-color: rgb(203,172,88); }
td.TdClassName
{
border-color: #CBAC58;
}
.TagClassName
{
border-color: #CBAC58;
}
</style>