Shades of Laser #CBA864
Tints of Laser #CBA864
RGB
CMYK
RGB Variations
Color information
#CBA864 (or 0xCBA864) is known color: Laser. HEX triplet: CB, A8 and 64. RGB value is (203,168,100). Sum of RGB (Red+Green+Blue) = 203+168+100=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA864 is #34579B. Grayscale: #ABABAB. Windows color (decimal): -3430300 or 6596811. OLE color: 6596811.
HSL color Cylindrical-coordinate representation of color #CBA864: hue angle of 39.61º 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 #CBA864 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 100 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.20 |
| HSL | 39.61º | 0.5% | 0.59% | - |
| HSV(B) | 39.61º | 0.51% | 0.8% | - |
| XYZ | 40.93 | 41.62 | 17.93 | - |
| YUV | 170.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 100 | 0 | 0.17 | 0.51 | 0.20 | 39.61 | 0.5 | 0.59 |
| Hex | CB | A8 | 64 | 0 | 11 | 33 | 14 | 28 | 32 | 3B |
| Octal | 313 | 250 | 144 | 0 | 21 | 63 | 24 | 50 | 62 | 73 |
| Binary | 11001011 | 10101000 | 1100100 | 0 | 10001 | 110011 | 10100 | 101000 | 110010 | 111011 |
Color Harmonies of #CBA864
Complementary color
Monochromatic Colors of #CBA864
Black with #CBA864
Text Example
Text Example
White with #CBA864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA864; }
p { color: rgb(203,168,100); }
H1.HeaderClassName
{
color: #CBA864;
}
.AnyTagClassName
{
color: #CBA864;
}
</style>
background-color css
<style>
a { background-color: #CBA864; }
a { background-color: rgb(203,168,100); }
div.DivClassName
{
background-color: #CBA864;
}
.BgClassName
{
background-color: #CBA864;
}
</style>
border-color css
<style>
span { border-color: #CBA864; }
span { border-color: rgb(203,168,100); }
td.TdClassName
{
border-color: #CBA864;
}
.TagClassName
{
border-color: #CBA864;
}
</style>