Shades of Laser #CCA85E
Tints of Laser #CCA85E
RGB
CMYK
RGB Variations
Color information
#CCA85E (or 0xCCA85E) is known color: Laser. HEX triplet: CC, A8 and 5E. RGB value is (204,168,94). Sum of RGB (Red+Green+Blue) = 204+168+94=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA85E is #3357A1. Grayscale: #AAAAAA. Windows color (decimal): -3364770 or 6203596. OLE color: 6203596.
HSL color Cylindrical-coordinate representation of color #CCA85E: hue angle of 40.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCA85E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 94 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.2 |
| HSL | 40.36º | 0.52% | 0.58% | - |
| HSV(B) | 40.36º | 0.54% | 0.8% | - |
| XYZ | 40.92 | 41.65 | 16.47 | - |
| YUV | 170.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 94 | 0 | 0.18 | 0.54 | 0.2 | 40.36 | 0.52 | 0.58 |
| Hex | CC | A8 | 5E | 0 | 12 | 36 | 14 | 28 | 34 | 3A |
| Octal | 314 | 250 | 136 | 0 | 22 | 66 | 24 | 50 | 64 | 72 |
| Binary | 11001100 | 10101000 | 1011110 | 0 | 10010 | 110110 | 10100 | 101000 | 110100 | 111010 |
Color Harmonies of #CCA85E
Complementary color
Monochromatic Colors of #CCA85E
Black with #CCA85E
Text Example
Text Example
White with #CCA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA85E; }
p { color: rgb(204,168,94); }
H1.HeaderClassName
{
color: #CCA85E;
}
.AnyTagClassName
{
color: #CCA85E;
}
</style>
background-color css
<style>
a { background-color: #CCA85E; }
a { background-color: rgb(204,168,94); }
div.DivClassName
{
background-color: #CCA85E;
}
.BgClassName
{
background-color: #CCA85E;
}
</style>
border-color css
<style>
span { border-color: #CCA85E; }
span { border-color: rgb(204,168,94); }
td.TdClassName
{
border-color: #CCA85E;
}
.TagClassName
{
border-color: #CCA85E;
}
</style>