Shades of Laser #CBAA64
Tints of Laser #CBAA64
RGB
CMYK
RGB Variations
Color information
#CBAA64 (or 0xCBAA64) is known color: Laser. HEX triplet: CB, AA and 64. RGB value is (203,170,100). Sum of RGB (Red+Green+Blue) = 203+170+100=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA64 is #34559B. Grayscale: #ACACAC. Windows color (decimal): -3429788 or 6597323. OLE color: 6597323.
HSL color Cylindrical-coordinate representation of color #CBAA64: hue angle of 40.78º 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 #CBAA64 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 100 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.20 |
| HSL | 40.78º | 0.5% | 0.59% | - |
| HSV(B) | 40.78º | 0.51% | 0.8% | - |
| XYZ | 41.3 | 42.37 | 18.06 | - |
| YUV | 171.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 100 | 0 | 0.16 | 0.51 | 0.20 | 40.78 | 0.5 | 0.59 |
| Hex | CB | AA | 64 | 0 | 10 | 33 | 14 | 29 | 32 | 3B |
| Octal | 313 | 252 | 144 | 0 | 20 | 63 | 24 | 51 | 62 | 73 |
| Binary | 11001011 | 10101010 | 1100100 | 0 | 10000 | 110011 | 10100 | 101001 | 110010 | 111011 |
Color Harmonies of #CBAA64
Complementary color
Monochromatic Colors of #CBAA64
Black with #CBAA64
Text Example
Text Example
White with #CBAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA64; }
p { color: rgb(203,170,100); }
H1.HeaderClassName
{
color: #CBAA64;
}
.AnyTagClassName
{
color: #CBAA64;
}
</style>
background-color css
<style>
a { background-color: #CBAA64; }
a { background-color: rgb(203,170,100); }
div.DivClassName
{
background-color: #CBAA64;
}
.BgClassName
{
background-color: #CBAA64;
}
</style>
border-color css
<style>
span { border-color: #CBAA64; }
span { border-color: rgb(203,170,100); }
td.TdClassName
{
border-color: #CBAA64;
}
.TagClassName
{
border-color: #CBAA64;
}
</style>