Shades of Laser #CBB15C
Tints of Laser #CBB15C
RGB
CMYK
RGB Variations
Color information
#CBB15C (or 0xCBB15C) is known color: Laser. HEX triplet: CB, B1 and 5C. RGB value is (203,177,92). Sum of RGB (Red+Green+Blue) = 203+177+92=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB15C is #344EA3. Grayscale: #AFAFAF. Windows color (decimal): -3428004 or 6074827. OLE color: 6074827.
HSL color Cylindrical-coordinate representation of color #CBB15C: hue angle of 45.95º 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 #CBB15C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 92 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.20 |
| HSL | 45.95º | 0.52% | 0.58% | - |
| HSV(B) | 45.95º | 0.55% | 0.8% | - |
| XYZ | 42.28 | 44.91 | 16.57 | - |
| YUV | 175.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 92 | 0 | 0.13 | 0.55 | 0.20 | 45.95 | 0.52 | 0.58 |
| Hex | CB | B1 | 5C | 0 | D | 37 | 14 | 2E | 34 | 3A |
| Octal | 313 | 261 | 134 | 0 | 15 | 67 | 24 | 56 | 64 | 72 |
| Binary | 11001011 | 10110001 | 1011100 | 0 | 1101 | 110111 | 10100 | 101110 | 110100 | 111010 |
Color Harmonies of #CBB15C
Complementary color
Monochromatic Colors of #CBB15C
Black with #CBB15C
Text Example
Text Example
White with #CBB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB15C; }
p { color: rgb(203,177,92); }
H1.HeaderClassName
{
color: #CBB15C;
}
.AnyTagClassName
{
color: #CBB15C;
}
</style>
background-color css
<style>
a { background-color: #CBB15C; }
a { background-color: rgb(203,177,92); }
div.DivClassName
{
background-color: #CBB15C;
}
.BgClassName
{
background-color: #CBB15C;
}
</style>
border-color css
<style>
span { border-color: #CBB15C; }
span { border-color: rgb(203,177,92); }
td.TdClassName
{
border-color: #CBB15C;
}
.TagClassName
{
border-color: #CBB15C;
}
</style>