Shades of Laser #CBB064
Tints of Laser #CBB064
RGB
CMYK
RGB Variations
Color information
#CBB064 (or 0xCBB064) is known color: Laser. HEX triplet: CB, B0 and 64. RGB value is (203,176,100). Sum of RGB (Red+Green+Blue) = 203+176+100=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB064 is #344F9B. Grayscale: #AFAFAF. Windows color (decimal): -3428252 or 6598859. OLE color: 6598859.
HSL color Cylindrical-coordinate representation of color #CBB064: hue angle of 44.27º 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 #CBB064 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 100 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.20 |
| HSL | 44.27º | 0.5% | 0.59% | - |
| HSV(B) | 44.27º | 0.51% | 0.8% | - |
| XYZ | 42.45 | 44.67 | 18.44 | - |
| YUV | 175.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 100 | 0 | 0.13 | 0.51 | 0.20 | 44.27 | 0.5 | 0.59 |
| Hex | CB | B0 | 64 | 0 | D | 33 | 14 | 2C | 32 | 3B |
| Octal | 313 | 260 | 144 | 0 | 15 | 63 | 24 | 54 | 62 | 73 |
| Binary | 11001011 | 10110000 | 1100100 | 0 | 1101 | 110011 | 10100 | 101100 | 110010 | 111011 |
Color Harmonies of #CBB064
Complementary color
Monochromatic Colors of #CBB064
Black with #CBB064
Text Example
Text Example
White with #CBB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB064; }
p { color: rgb(203,176,100); }
H1.HeaderClassName
{
color: #CBB064;
}
.AnyTagClassName
{
color: #CBB064;
}
</style>
background-color css
<style>
a { background-color: #CBB064; }
a { background-color: rgb(203,176,100); }
div.DivClassName
{
background-color: #CBB064;
}
.BgClassName
{
background-color: #CBB064;
}
</style>
border-color css
<style>
span { border-color: #CBB064; }
span { border-color: rgb(203,176,100); }
td.TdClassName
{
border-color: #CBB064;
}
.TagClassName
{
border-color: #CBB064;
}
</style>