Shades of Laser #CBB162
Tints of Laser #CBB162
RGB
CMYK
RGB Variations
Color information
#CBB162 (or 0xCBB162) is known color: Laser. HEX triplet: CB, B1 and 62. RGB value is (203,177,98). Sum of RGB (Red+Green+Blue) = 203+177+98=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB162 is #344E9D. Grayscale: #B0B0B0. Windows color (decimal): -3427998 or 6468043. OLE color: 6468043.
HSL color Cylindrical-coordinate representation of color #CBB162: hue angle of 45.14º 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 #CBB162 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 98 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.20 |
| HSL | 45.14º | 0.5% | 0.59% | - |
| HSV(B) | 45.14º | 0.52% | 0.8% | - |
| XYZ | 42.56 | 45.02 | 18 | - |
| YUV | 175.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 98 | 0 | 0.13 | 0.52 | 0.20 | 45.14 | 0.5 | 0.59 |
| Hex | CB | B1 | 62 | 0 | D | 34 | 14 | 2D | 32 | 3B |
| Octal | 313 | 261 | 142 | 0 | 15 | 64 | 24 | 55 | 62 | 73 |
| Binary | 11001011 | 10110001 | 1100010 | 0 | 1101 | 110100 | 10100 | 101101 | 110010 | 111011 |
Color Harmonies of #CBB162
Complementary color
Monochromatic Colors of #CBB162
Black with #CBB162
Text Example
Text Example
White with #CBB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB162; }
p { color: rgb(203,177,98); }
H1.HeaderClassName
{
color: #CBB162;
}
.AnyTagClassName
{
color: #CBB162;
}
</style>
background-color css
<style>
a { background-color: #CBB162; }
a { background-color: rgb(203,177,98); }
div.DivClassName
{
background-color: #CBB162;
}
.BgClassName
{
background-color: #CBB162;
}
</style>
border-color css
<style>
span { border-color: #CBB162; }
span { border-color: rgb(203,177,98); }
td.TdClassName
{
border-color: #CBB162;
}
.TagClassName
{
border-color: #CBB162;
}
</style>