Shades of Laser #CCB059
Tints of Laser #CCB059
RGB
CMYK
RGB Variations
Color information
#CCB059 (or 0xCCB059) is known color: Laser. HEX triplet: CC, B0 and 59. RGB value is (204,176,89). Sum of RGB (Red+Green+Blue) = 204+176+89=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB059 is #334FA6. Grayscale: #AEAEAE. Windows color (decimal): -3362727 or 5877964. OLE color: 5877964.
HSL color Cylindrical-coordinate representation of color #CCB059: hue angle of 45.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCB059 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 89 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.2 |
| HSL | 45.39º | 0.53% | 0.57% | - |
| HSV(B) | 45.39º | 0.56% | 0.8% | - |
| XYZ | 42.23 | 44.61 | 15.84 | - |
| YUV | 174.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 89 | 0 | 0.14 | 0.56 | 0.2 | 45.39 | 0.53 | 0.57 |
| Hex | CC | B0 | 59 | 0 | E | 38 | 14 | 2D | 35 | 39 |
| Octal | 314 | 260 | 131 | 0 | 16 | 70 | 24 | 55 | 65 | 71 |
| Binary | 11001100 | 10110000 | 1011001 | 0 | 1110 | 111000 | 10100 | 101101 | 110101 | 111001 |
Color Harmonies of #CCB059
Complementary color
Monochromatic Colors of #CCB059
Black with #CCB059
Text Example
Text Example
White with #CCB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB059; }
p { color: rgb(204,176,89); }
H1.HeaderClassName
{
color: #CCB059;
}
.AnyTagClassName
{
color: #CCB059;
}
</style>
background-color css
<style>
a { background-color: #CCB059; }
a { background-color: rgb(204,176,89); }
div.DivClassName
{
background-color: #CCB059;
}
.BgClassName
{
background-color: #CCB059;
}
</style>
border-color css
<style>
span { border-color: #CCB059; }
span { border-color: rgb(204,176,89); }
td.TdClassName
{
border-color: #CCB059;
}
.TagClassName
{
border-color: #CCB059;
}
</style>