Shades of Laser #CBA95F
Tints of Laser #CBA95F
RGB
CMYK
RGB Variations
Color information
#CBA95F (or 0xCBA95F) is known color: Laser. HEX triplet: CB, A9 and 5F. RGB value is (203,169,95). Sum of RGB (Red+Green+Blue) = 203+169+95=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA95F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA95F is #3456A0. Grayscale: #ABABAB. Windows color (decimal): -3430049 or 6269387. OLE color: 6269387.
HSL color Cylindrical-coordinate representation of color #CBA95F: hue angle of 41.11º 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 #CBA95F is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 95 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.20 |
| HSL | 41.11º | 0.51% | 0.58% | - |
| HSV(B) | 41.11º | 0.53% | 0.8% | - |
| XYZ | 40.88 | 41.9 | 16.76 | - |
| YUV | 170.73 | 85.26 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 95 | 0 | 0.17 | 0.53 | 0.20 | 41.11 | 0.51 | 0.58 |
| Hex | CB | A9 | 5F | 0 | 11 | 35 | 14 | 29 | 33 | 3A |
| Octal | 313 | 251 | 137 | 0 | 21 | 65 | 24 | 51 | 63 | 72 |
| Binary | 11001011 | 10101001 | 1011111 | 0 | 10001 | 110101 | 10100 | 101001 | 110011 | 111010 |
Color Harmonies of #CBA95F
Complementary color
Monochromatic Colors of #CBA95F
Black with #CBA95F
Text Example
Text Example
White with #CBA95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA95F; }
p { color: rgb(203,169,95); }
H1.HeaderClassName
{
color: #CBA95F;
}
.AnyTagClassName
{
color: #CBA95F;
}
</style>
background-color css
<style>
a { background-color: #CBA95F; }
a { background-color: rgb(203,169,95); }
div.DivClassName
{
background-color: #CBA95F;
}
.BgClassName
{
background-color: #CBA95F;
}
</style>
border-color css
<style>
span { border-color: #CBA95F; }
span { border-color: rgb(203,169,95); }
td.TdClassName
{
border-color: #CBA95F;
}
.TagClassName
{
border-color: #CBA95F;
}
</style>