Shades of Laser #CBA55F
Tints of Laser #CBA55F
RGB
CMYK
RGB Variations
Color information
#CBA55F (or 0xCBA55F) is known color: Laser. HEX triplet: CB, A5 and 5F. RGB value is (203,165,95). Sum of RGB (Red+Green+Blue) = 203+165+95=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA55F is #345AA0. Grayscale: #A8A8A8. Windows color (decimal): -3431073 or 6268363. OLE color: 6268363.
HSL color Cylindrical-coordinate representation of color #CBA55F: hue angle of 38.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBA55F is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 95 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.20 |
| HSL | 38.89º | 0.51% | 0.58% | - |
| HSV(B) | 38.89º | 0.53% | 0.8% | - |
| XYZ | 40.15 | 40.43 | 16.51 | - |
| YUV | 168.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 95 | 0 | 0.19 | 0.53 | 0.20 | 38.89 | 0.51 | 0.58 |
| Hex | CB | A5 | 5F | 0 | 13 | 35 | 14 | 27 | 33 | 3A |
| Octal | 313 | 245 | 137 | 0 | 23 | 65 | 24 | 47 | 63 | 72 |
| Binary | 11001011 | 10100101 | 1011111 | 0 | 10011 | 110101 | 10100 | 100111 | 110011 | 111010 |
Color Harmonies of #CBA55F
Complementary color
Monochromatic Colors of #CBA55F
Black with #CBA55F
Text Example
Text Example
White with #CBA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA55F; }
p { color: rgb(203,165,95); }
H1.HeaderClassName
{
color: #CBA55F;
}
.AnyTagClassName
{
color: #CBA55F;
}
</style>
background-color css
<style>
a { background-color: #CBA55F; }
a { background-color: rgb(203,165,95); }
div.DivClassName
{
background-color: #CBA55F;
}
.BgClassName
{
background-color: #CBA55F;
}
</style>
border-color css
<style>
span { border-color: #CBA55F; }
span { border-color: rgb(203,165,95); }
td.TdClassName
{
border-color: #CBA55F;
}
.TagClassName
{
border-color: #CBA55F;
}
</style>