Shades of Laser #CCB063
Tints of Laser #CCB063
RGB
CMYK
RGB Variations
Color information
#CCB063 (or 0xCCB063) is known color: Laser. HEX triplet: CC, B0 and 63. RGB value is (204,176,99). Sum of RGB (Red+Green+Blue) = 204+176+99=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB063 is #334F9C. Grayscale: #AFAFAF. Windows color (decimal): -3362717 or 6533324. OLE color: 6533324.
HSL color Cylindrical-coordinate representation of color #CCB063: hue angle of 44º degrees, saturation: 0.51, 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 #CCB063 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 99 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.2 |
| HSL | 44º | 0.51% | 0.59% | - |
| HSV(B) | 44º | 0.51% | 0.8% | - |
| XYZ | 42.68 | 44.79 | 18.2 | - |
| YUV | 175.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 99 | 0 | 0.14 | 0.51 | 0.2 | 44 | 0.51 | 0.59 |
| Hex | CC | B0 | 63 | 0 | E | 33 | 14 | 2C | 33 | 3B |
| Octal | 314 | 260 | 143 | 0 | 16 | 63 | 24 | 54 | 63 | 73 |
| Binary | 11001100 | 10110000 | 1100011 | 0 | 1110 | 110011 | 10100 | 101100 | 110011 | 111011 |
Color Harmonies of #CCB063
Complementary color
Monochromatic Colors of #CCB063
Black with #CCB063
Text Example
Text Example
White with #CCB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB063; }
p { color: rgb(204,176,99); }
H1.HeaderClassName
{
color: #CCB063;
}
.AnyTagClassName
{
color: #CCB063;
}
</style>
background-color css
<style>
a { background-color: #CCB063; }
a { background-color: rgb(204,176,99); }
div.DivClassName
{
background-color: #CCB063;
}
.BgClassName
{
background-color: #CCB063;
}
</style>
border-color css
<style>
span { border-color: #CCB063; }
span { border-color: rgb(204,176,99); }
td.TdClassName
{
border-color: #CCB063;
}
.TagClassName
{
border-color: #CCB063;
}
</style>