Shades of Laser #CBA65A
Tints of Laser #CBA65A
RGB
CMYK
RGB Variations
Color information
#CBA65A (or 0xCBA65A) is known color: Laser. HEX triplet: CB, A6 and 5A. RGB value is (203,166,90). Sum of RGB (Red+Green+Blue) = 203+166+90=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA65A is #3459A5. Grayscale: #A8A8A8. Windows color (decimal): -3430822 or 5940939. OLE color: 5940939.
HSL color Cylindrical-coordinate representation of color #CBA65A: hue angle of 40.35º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBA65A is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 90 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.20 |
| HSL | 40.35º | 0.52% | 0.57% | - |
| HSV(B) | 40.35º | 0.56% | 0.8% | - |
| XYZ | 40.11 | 40.71 | 15.42 | - |
| YUV | 168.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 90 | 0 | 0.18 | 0.56 | 0.20 | 40.35 | 0.52 | 0.57 |
| Hex | CB | A6 | 5A | 0 | 12 | 38 | 14 | 28 | 34 | 39 |
| Octal | 313 | 246 | 132 | 0 | 22 | 70 | 24 | 50 | 64 | 71 |
| Binary | 11001011 | 10100110 | 1011010 | 0 | 10010 | 111000 | 10100 | 101000 | 110100 | 111001 |
Color Harmonies of #CBA65A
Complementary color
Monochromatic Colors of #CBA65A
Black with #CBA65A
Text Example
Text Example
White with #CBA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA65A; }
p { color: rgb(203,166,90); }
H1.HeaderClassName
{
color: #CBA65A;
}
.AnyTagClassName
{
color: #CBA65A;
}
</style>
background-color css
<style>
a { background-color: #CBA65A; }
a { background-color: rgb(203,166,90); }
div.DivClassName
{
background-color: #CBA65A;
}
.BgClassName
{
background-color: #CBA65A;
}
</style>
border-color css
<style>
span { border-color: #CBA65A; }
span { border-color: rgb(203,166,90); }
td.TdClassName
{
border-color: #CBA65A;
}
.TagClassName
{
border-color: #CBA65A;
}
</style>