Shades of Laser #CCA85B
Tints of Laser #CCA85B
RGB
CMYK
RGB Variations
Color information
#CCA85B (or 0xCCA85B) is known color: Laser. HEX triplet: CC, A8 and 5B. RGB value is (204,168,91). Sum of RGB (Red+Green+Blue) = 204+168+91=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA85B is #3357A4. Grayscale: #AAAAAA. Windows color (decimal): -3364773 or 6006988. OLE color: 6006988.
HSL color Cylindrical-coordinate representation of color #CCA85B: hue angle of 40.88º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCA85B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 91 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.2 |
| HSL | 40.88º | 0.53% | 0.58% | - |
| HSV(B) | 40.88º | 0.55% | 0.8% | - |
| XYZ | 40.79 | 41.6 | 15.78 | - |
| YUV | 169.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 91 | 0 | 0.18 | 0.55 | 0.2 | 40.88 | 0.53 | 0.58 |
| Hex | CC | A8 | 5B | 0 | 12 | 37 | 14 | 29 | 35 | 3A |
| Octal | 314 | 250 | 133 | 0 | 22 | 67 | 24 | 51 | 65 | 72 |
| Binary | 11001100 | 10101000 | 1011011 | 0 | 10010 | 110111 | 10100 | 101001 | 110101 | 111010 |
Color Harmonies of #CCA85B
Complementary color
Monochromatic Colors of #CCA85B
Black with #CCA85B
Text Example
Text Example
White with #CCA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA85B; }
p { color: rgb(204,168,91); }
H1.HeaderClassName
{
color: #CCA85B;
}
.AnyTagClassName
{
color: #CCA85B;
}
</style>
background-color css
<style>
a { background-color: #CCA85B; }
a { background-color: rgb(204,168,91); }
div.DivClassName
{
background-color: #CCA85B;
}
.BgClassName
{
background-color: #CCA85B;
}
</style>
border-color css
<style>
span { border-color: #CCA85B; }
span { border-color: rgb(204,168,91); }
td.TdClassName
{
border-color: #CCA85B;
}
.TagClassName
{
border-color: #CCA85B;
}
</style>