Shades of Laser #CBB05C
Tints of Laser #CBB05C
RGB
CMYK
RGB Variations
Color information
#CBB05C (or 0xCBB05C) is known color: Laser. HEX triplet: CB, B0 and 5C. RGB value is (203,176,92). Sum of RGB (Red+Green+Blue) = 203+176+92=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB05C is #344FA3. Grayscale: #AEAEAE. Windows color (decimal): -3428260 or 6074571. OLE color: 6074571.
HSL color Cylindrical-coordinate representation of color #CBB05C: hue angle of 45.41º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBB05C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 92 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.20 |
| HSL | 45.41º | 0.52% | 0.58% | - |
| HSV(B) | 45.41º | 0.55% | 0.8% | - |
| XYZ | 42.09 | 44.52 | 16.5 | - |
| YUV | 174.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 92 | 0 | 0.13 | 0.55 | 0.20 | 45.41 | 0.52 | 0.58 |
| Hex | CB | B0 | 5C | 0 | D | 37 | 14 | 2D | 34 | 3A |
| Octal | 313 | 260 | 134 | 0 | 15 | 67 | 24 | 55 | 64 | 72 |
| Binary | 11001011 | 10110000 | 1011100 | 0 | 1101 | 110111 | 10100 | 101101 | 110100 | 111010 |
Color Harmonies of #CBB05C
Complementary color
Monochromatic Colors of #CBB05C
Black with #CBB05C
Text Example
Text Example
White with #CBB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB05C; }
p { color: rgb(203,176,92); }
H1.HeaderClassName
{
color: #CBB05C;
}
.AnyTagClassName
{
color: #CBB05C;
}
</style>
background-color css
<style>
a { background-color: #CBB05C; }
a { background-color: rgb(203,176,92); }
div.DivClassName
{
background-color: #CBB05C;
}
.BgClassName
{
background-color: #CBB05C;
}
</style>
border-color css
<style>
span { border-color: #CBB05C; }
span { border-color: rgb(203,176,92); }
td.TdClassName
{
border-color: #CBB05C;
}
.TagClassName
{
border-color: #CBB05C;
}
</style>