Shades of Laser #CBB05E
Tints of Laser #CBB05E
RGB
CMYK
RGB Variations
Color information
#CBB05E (or 0xCBB05E) is known color: Laser. HEX triplet: CB, B0 and 5E. RGB value is (203,176,94). Sum of RGB (Red+Green+Blue) = 203+176+94=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB05E is #344FA1. Grayscale: #AFAFAF. Windows color (decimal): -3428258 or 6205643. OLE color: 6205643.
HSL color Cylindrical-coordinate representation of color #CBB05E: hue angle of 45.14º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBB05E is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 94 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.20 |
| HSL | 45.14º | 0.51% | 0.58% | - |
| HSV(B) | 45.14º | 0.54% | 0.8% | - |
| XYZ | 42.17 | 44.56 | 16.97 | - |
| YUV | 174.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 94 | 0 | 0.13 | 0.54 | 0.20 | 45.14 | 0.51 | 0.58 |
| Hex | CB | B0 | 5E | 0 | D | 36 | 14 | 2D | 33 | 3A |
| Octal | 313 | 260 | 136 | 0 | 15 | 66 | 24 | 55 | 63 | 72 |
| Binary | 11001011 | 10110000 | 1011110 | 0 | 1101 | 110110 | 10100 | 101101 | 110011 | 111010 |
Color Harmonies of #CBB05E
Complementary color
Monochromatic Colors of #CBB05E
Black with #CBB05E
Text Example
Text Example
White with #CBB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB05E; }
p { color: rgb(203,176,94); }
H1.HeaderClassName
{
color: #CBB05E;
}
.AnyTagClassName
{
color: #CBB05E;
}
</style>
background-color css
<style>
a { background-color: #CBB05E; }
a { background-color: rgb(203,176,94); }
div.DivClassName
{
background-color: #CBB05E;
}
.BgClassName
{
background-color: #CBB05E;
}
</style>
border-color css
<style>
span { border-color: #CBB05E; }
span { border-color: rgb(203,176,94); }
td.TdClassName
{
border-color: #CBB05E;
}
.TagClassName
{
border-color: #CBB05E;
}
</style>