Shades of Laser #CBA763
Tints of Laser #CBA763
RGB
CMYK
RGB Variations
Color information
#CBA763 (or 0xCBA763) is known color: Laser. HEX triplet: CB, A7 and 63. RGB value is (203,167,99). Sum of RGB (Red+Green+Blue) = 203+167+99=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA763 is #34589C. Grayscale: #AAAAAA. Windows color (decimal): -3430557 or 6531019. OLE color: 6531019.
HSL color Cylindrical-coordinate representation of color #CBA763: hue angle of 39.23º 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 #CBA763 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 99 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.20 |
| HSL | 39.23º | 0.5% | 0.59% | - |
| HSV(B) | 39.23º | 0.51% | 0.8% | - |
| XYZ | 40.7 | 41.23 | 17.62 | - |
| YUV | 170.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 99 | 0 | 0.18 | 0.51 | 0.20 | 39.23 | 0.5 | 0.59 |
| Hex | CB | A7 | 63 | 0 | 12 | 33 | 14 | 27 | 32 | 3B |
| Octal | 313 | 247 | 143 | 0 | 22 | 63 | 24 | 47 | 62 | 73 |
| Binary | 11001011 | 10100111 | 1100011 | 0 | 10010 | 110011 | 10100 | 100111 | 110010 | 111011 |
Color Harmonies of #CBA763
Complementary color
Monochromatic Colors of #CBA763
Black with #CBA763
Text Example
Text Example
White with #CBA763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA763; }
p { color: rgb(203,167,99); }
H1.HeaderClassName
{
color: #CBA763;
}
.AnyTagClassName
{
color: #CBA763;
}
</style>
background-color css
<style>
a { background-color: #CBA763; }
a { background-color: rgb(203,167,99); }
div.DivClassName
{
background-color: #CBA763;
}
.BgClassName
{
background-color: #CBA763;
}
</style>
border-color css
<style>
span { border-color: #CBA763; }
span { border-color: rgb(203,167,99); }
td.TdClassName
{
border-color: #CBA763;
}
.TagClassName
{
border-color: #CBA763;
}
</style>