Shades of Laser #CCA85C
Tints of Laser #CCA85C
RGB
CMYK
RGB Variations
Color information
#CCA85C (or 0xCCA85C) is known color: Laser. HEX triplet: CC, A8 and 5C. RGB value is (204,168,92). Sum of RGB (Red+Green+Blue) = 204+168+92=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA85C is #3357A3. Grayscale: #AAAAAA. Windows color (decimal): -3364772 or 6072524. OLE color: 6072524.
HSL color Cylindrical-coordinate representation of color #CCA85C: hue angle of 40.71º degrees, saturation: 0.52, 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 #CCA85C is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 92 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.2 |
| HSL | 40.71º | 0.52% | 0.58% | - |
| HSV(B) | 40.71º | 0.55% | 0.8% | - |
| XYZ | 40.84 | 41.62 | 16.01 | - |
| YUV | 170.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 92 | 0 | 0.18 | 0.55 | 0.2 | 40.71 | 0.52 | 0.58 |
| Hex | CC | A8 | 5C | 0 | 12 | 37 | 14 | 29 | 34 | 3A |
| Octal | 314 | 250 | 134 | 0 | 22 | 67 | 24 | 51 | 64 | 72 |
| Binary | 11001100 | 10101000 | 1011100 | 0 | 10010 | 110111 | 10100 | 101001 | 110100 | 111010 |
Color Harmonies of #CCA85C
Complementary color
Monochromatic Colors of #CCA85C
Black with #CCA85C
Text Example
Text Example
White with #CCA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA85C; }
p { color: rgb(204,168,92); }
H1.HeaderClassName
{
color: #CCA85C;
}
.AnyTagClassName
{
color: #CCA85C;
}
</style>
background-color css
<style>
a { background-color: #CCA85C; }
a { background-color: rgb(204,168,92); }
div.DivClassName
{
background-color: #CCA85C;
}
.BgClassName
{
background-color: #CCA85C;
}
</style>
border-color css
<style>
span { border-color: #CCA85C; }
span { border-color: rgb(204,168,92); }
td.TdClassName
{
border-color: #CCA85C;
}
.TagClassName
{
border-color: #CCA85C;
}
</style>