Shades of Laser #CBAC56
Tints of Laser #CBAC56
RGB
CMYK
RGB Variations
Color information
#CBAC56 (or 0xCBAC56) is known color: Laser. HEX triplet: CB, AC and 56. RGB value is (203,172,86). Sum of RGB (Red+Green+Blue) = 203+172+86=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC56 is #3453A9. Grayscale: #ABABAB. Windows color (decimal): -3429290 or 5680331. OLE color: 5680331.
HSL color Cylindrical-coordinate representation of color #CBAC56: hue angle of 44.1º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBAC56 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 86 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.20 |
| HSL | 44.1º | 0.53% | 0.57% | - |
| HSV(B) | 44.1º | 0.58% | 0.8% | - |
| XYZ | 41.06 | 42.87 | 14.92 | - |
| YUV | 171.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 86 | 0 | 0.15 | 0.58 | 0.20 | 44.1 | 0.53 | 0.57 |
| Hex | CB | AC | 56 | 0 | F | 3A | 14 | 2C | 35 | 39 |
| Octal | 313 | 254 | 126 | 0 | 17 | 72 | 24 | 54 | 65 | 71 |
| Binary | 11001011 | 10101100 | 1010110 | 0 | 1111 | 111010 | 10100 | 101100 | 110101 | 111001 |
Color Harmonies of #CBAC56
Complementary color
Monochromatic Colors of #CBAC56
Black with #CBAC56
Text Example
Text Example
White with #CBAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC56; }
p { color: rgb(203,172,86); }
H1.HeaderClassName
{
color: #CBAC56;
}
.AnyTagClassName
{
color: #CBAC56;
}
</style>
background-color css
<style>
a { background-color: #CBAC56; }
a { background-color: rgb(203,172,86); }
div.DivClassName
{
background-color: #CBAC56;
}
.BgClassName
{
background-color: #CBAC56;
}
</style>
border-color css
<style>
span { border-color: #CBAC56; }
span { border-color: rgb(203,172,86); }
td.TdClassName
{
border-color: #CBAC56;
}
.TagClassName
{
border-color: #CBAC56;
}
</style>