Shades of Laser #CBA464
Tints of Laser #CBA464
RGB
CMYK
RGB Variations
Color information
#CBA464 (or 0xCBA464) is known color: Laser. HEX triplet: CB, A4 and 64. RGB value is (203,164,100). Sum of RGB (Red+Green+Blue) = 203+164+100=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA464 is #345B9B. Grayscale: #A8A8A8. Windows color (decimal): -3431324 or 6595787. OLE color: 6595787.
HSL color Cylindrical-coordinate representation of color #CBA464: hue angle of 37.28º 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 #CBA464 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 100 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.20 |
| HSL | 37.28º | 0.5% | 0.59% | - |
| HSV(B) | 37.28º | 0.51% | 0.8% | - |
| XYZ | 40.2 | 40.17 | 17.69 | - |
| YUV | 168.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 100 | 0 | 0.19 | 0.51 | 0.20 | 37.28 | 0.5 | 0.59 |
| Hex | CB | A4 | 64 | 0 | 13 | 33 | 14 | 25 | 32 | 3B |
| Octal | 313 | 244 | 144 | 0 | 23 | 63 | 24 | 45 | 62 | 73 |
| Binary | 11001011 | 10100100 | 1100100 | 0 | 10011 | 110011 | 10100 | 100101 | 110010 | 111011 |
Color Harmonies of #CBA464
Complementary color
Monochromatic Colors of #CBA464
Black with #CBA464
Text Example
Text Example
White with #CBA464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA464; }
p { color: rgb(203,164,100); }
H1.HeaderClassName
{
color: #CBA464;
}
.AnyTagClassName
{
color: #CBA464;
}
</style>
background-color css
<style>
a { background-color: #CBA464; }
a { background-color: rgb(203,164,100); }
div.DivClassName
{
background-color: #CBA464;
}
.BgClassName
{
background-color: #CBA464;
}
</style>
border-color css
<style>
span { border-color: #CBA464; }
span { border-color: rgb(203,164,100); }
td.TdClassName
{
border-color: #CBA464;
}
.TagClassName
{
border-color: #CBA464;
}
</style>