Shades of Laser #CBA55C
Tints of Laser #CBA55C
RGB
CMYK
RGB Variations
Color information
#CBA55C (or 0xCBA55C) is known color: Laser. HEX triplet: CB, A5 and 5C. RGB value is (203,165,92). Sum of RGB (Red+Green+Blue) = 203+165+92=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA55C is #345AA3. Grayscale: #A8A8A8. Windows color (decimal): -3431076 or 6071755. OLE color: 6071755.
HSL color Cylindrical-coordinate representation of color #CBA55C: hue angle of 39.46º 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 #CBA55C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 92 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.20 |
| HSL | 39.46º | 0.52% | 0.58% | - |
| HSV(B) | 39.46º | 0.55% | 0.8% | - |
| XYZ | 40.02 | 40.38 | 15.81 | - |
| YUV | 168.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 92 | 0 | 0.19 | 0.55 | 0.20 | 39.46 | 0.52 | 0.58 |
| Hex | CB | A5 | 5C | 0 | 13 | 37 | 14 | 27 | 34 | 3A |
| Octal | 313 | 245 | 134 | 0 | 23 | 67 | 24 | 47 | 64 | 72 |
| Binary | 11001011 | 10100101 | 1011100 | 0 | 10011 | 110111 | 10100 | 100111 | 110100 | 111010 |
Color Harmonies of #CBA55C
Complementary color
Monochromatic Colors of #CBA55C
Black with #CBA55C
Text Example
Text Example
White with #CBA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA55C; }
p { color: rgb(203,165,92); }
H1.HeaderClassName
{
color: #CBA55C;
}
.AnyTagClassName
{
color: #CBA55C;
}
</style>
background-color css
<style>
a { background-color: #CBA55C; }
a { background-color: rgb(203,165,92); }
div.DivClassName
{
background-color: #CBA55C;
}
.BgClassName
{
background-color: #CBA55C;
}
</style>
border-color css
<style>
span { border-color: #CBA55C; }
span { border-color: rgb(203,165,92); }
td.TdClassName
{
border-color: #CBA55C;
}
.TagClassName
{
border-color: #CBA55C;
}
</style>