Shades of Laser #CBAA55
Tints of Laser #CBAA55
RGB
CMYK
RGB Variations
Color information
#CBAA55 (or 0xCBAA55) is known color: Laser. HEX triplet: CB, AA and 55. RGB value is (203,170,85). Sum of RGB (Red+Green+Blue) = 203+170+85=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA55 is #3455AA. Grayscale: #AAAAAA. Windows color (decimal): -3429803 or 5614283. OLE color: 5614283.
HSL color Cylindrical-coordinate representation of color #CBAA55: hue angle of 43.22º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBAA55 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 85 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.20 |
| HSL | 43.22º | 0.53% | 0.56% | - |
| HSV(B) | 43.22º | 0.58% | 0.8% | - |
| XYZ | 40.64 | 42.1 | 14.58 | - |
| YUV | 170.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 85 | 0 | 0.16 | 0.58 | 0.20 | 43.22 | 0.53 | 0.56 |
| Hex | CB | AA | 55 | 0 | 10 | 3A | 14 | 2B | 35 | 38 |
| Octal | 313 | 252 | 125 | 0 | 20 | 72 | 24 | 53 | 65 | 70 |
| Binary | 11001011 | 10101010 | 1010101 | 0 | 10000 | 111010 | 10100 | 101011 | 110101 | 111000 |
Color Harmonies of #CBAA55
Complementary color
Monochromatic Colors of #CBAA55
Black with #CBAA55
Text Example
Text Example
White with #CBAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA55; }
p { color: rgb(203,170,85); }
H1.HeaderClassName
{
color: #CBAA55;
}
.AnyTagClassName
{
color: #CBAA55;
}
</style>
background-color css
<style>
a { background-color: #CBAA55; }
a { background-color: rgb(203,170,85); }
div.DivClassName
{
background-color: #CBAA55;
}
.BgClassName
{
background-color: #CBAA55;
}
</style>
border-color css
<style>
span { border-color: #CBAA55; }
span { border-color: rgb(203,170,85); }
td.TdClassName
{
border-color: #CBAA55;
}
.TagClassName
{
border-color: #CBAA55;
}
</style>