Shades of Laser #CCA859
Tints of Laser #CCA859
RGB
CMYK
RGB Variations
Color information
#CCA859 (or 0xCCA859) is known color: Laser. HEX triplet: CC, A8 and 59. RGB value is (204,168,89). Sum of RGB (Red+Green+Blue) = 204+168+89=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA859 is #3357A6. Grayscale: #AAAAAA. Windows color (decimal): -3364775 or 5875916. OLE color: 5875916.
HSL color Cylindrical-coordinate representation of color #CCA859: hue angle of 41.22º 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 #CCA859 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 89 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.2 |
| HSL | 41.22º | 0.53% | 0.57% | - |
| HSV(B) | 41.22º | 0.56% | 0.8% | - |
| XYZ | 40.71 | 41.56 | 15.33 | - |
| YUV | 169.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 89 | 0 | 0.18 | 0.56 | 0.2 | 41.22 | 0.53 | 0.57 |
| Hex | CC | A8 | 59 | 0 | 12 | 38 | 14 | 29 | 35 | 39 |
| Octal | 314 | 250 | 131 | 0 | 22 | 70 | 24 | 51 | 65 | 71 |
| Binary | 11001100 | 10101000 | 1011001 | 0 | 10010 | 111000 | 10100 | 101001 | 110101 | 111001 |
Color Harmonies of #CCA859
Complementary color
Monochromatic Colors of #CCA859
Black with #CCA859
Text Example
Text Example
White with #CCA859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA859; }
p { color: rgb(204,168,89); }
H1.HeaderClassName
{
color: #CCA859;
}
.AnyTagClassName
{
color: #CCA859;
}
</style>
background-color css
<style>
a { background-color: #CCA859; }
a { background-color: rgb(204,168,89); }
div.DivClassName
{
background-color: #CCA859;
}
.BgClassName
{
background-color: #CCA859;
}
</style>
border-color css
<style>
span { border-color: #CCA859; }
span { border-color: rgb(204,168,89); }
td.TdClassName
{
border-color: #CCA859;
}
.TagClassName
{
border-color: #CCA859;
}
</style>