Shades of Laser #CBA963
Tints of Laser #CBA963
RGB
CMYK
RGB Variations
Color information
#CBA963 (or 0xCBA963) is known color: Laser. HEX triplet: CB, A9 and 63. RGB value is (203,169,99). Sum of RGB (Red+Green+Blue) = 203+169+99=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA963 is #34569C. Grayscale: #ABABAB. Windows color (decimal): -3430045 or 6531531. OLE color: 6531531.
HSL color Cylindrical-coordinate representation of color #CBA963: hue angle of 40.38º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBA963 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 99 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.20 |
| HSL | 40.38º | 0.5% | 0.59% | - |
| HSV(B) | 40.38º | 0.51% | 0.8% | - |
| XYZ | 41.07 | 41.97 | 17.74 | - |
| YUV | 171.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 99 | 0 | 0.17 | 0.51 | 0.20 | 40.38 | 0.5 | 0.59 |
| Hex | CB | A9 | 63 | 0 | 11 | 33 | 14 | 28 | 32 | 3B |
| Octal | 313 | 251 | 143 | 0 | 21 | 63 | 24 | 50 | 62 | 73 |
| Binary | 11001011 | 10101001 | 1100011 | 0 | 10001 | 110011 | 10100 | 101000 | 110010 | 111011 |
Color Harmonies of #CBA963
Complementary color
Monochromatic Colors of #CBA963
Black with #CBA963
Text Example
Text Example
White with #CBA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA963; }
p { color: rgb(203,169,99); }
H1.HeaderClassName
{
color: #CBA963;
}
.AnyTagClassName
{
color: #CBA963;
}
</style>
background-color css
<style>
a { background-color: #CBA963; }
a { background-color: rgb(203,169,99); }
div.DivClassName
{
background-color: #CBA963;
}
.BgClassName
{
background-color: #CBA963;
}
</style>
border-color css
<style>
span { border-color: #CBA963; }
span { border-color: rgb(203,169,99); }
td.TdClassName
{
border-color: #CBA963;
}
.TagClassName
{
border-color: #CBA963;
}
</style>