Shades of Laser #CCA85D
Tints of Laser #CCA85D
RGB
CMYK
RGB Variations
Color information
#CCA85D (or 0xCCA85D) is known color: Laser. HEX triplet: CC, A8 and 5D. RGB value is (204,168,93). Sum of RGB (Red+Green+Blue) = 204+168+93=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA85D is #3357A2. Grayscale: #AAAAAA. Windows color (decimal): -3364771 or 6138060. OLE color: 6138060.
HSL color Cylindrical-coordinate representation of color #CCA85D: hue angle of 40.54º 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 #CCA85D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 93 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.2 |
| HSL | 40.54º | 0.52% | 0.58% | - |
| HSV(B) | 40.54º | 0.54% | 0.8% | - |
| XYZ | 40.88 | 41.63 | 16.24 | - |
| YUV | 170.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 93 | 0 | 0.18 | 0.54 | 0.2 | 40.54 | 0.52 | 0.58 |
| Hex | CC | A8 | 5D | 0 | 12 | 36 | 14 | 29 | 34 | 3A |
| Octal | 314 | 250 | 135 | 0 | 22 | 66 | 24 | 51 | 64 | 72 |
| Binary | 11001100 | 10101000 | 1011101 | 0 | 10010 | 110110 | 10100 | 101001 | 110100 | 111010 |
Color Harmonies of #CCA85D
Complementary color
Monochromatic Colors of #CCA85D
Black with #CCA85D
Text Example
Text Example
White with #CCA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA85D; }
p { color: rgb(204,168,93); }
H1.HeaderClassName
{
color: #CCA85D;
}
.AnyTagClassName
{
color: #CCA85D;
}
</style>
background-color css
<style>
a { background-color: #CCA85D; }
a { background-color: rgb(204,168,93); }
div.DivClassName
{
background-color: #CCA85D;
}
.BgClassName
{
background-color: #CCA85D;
}
</style>
border-color css
<style>
span { border-color: #CCA85D; }
span { border-color: rgb(204,168,93); }
td.TdClassName
{
border-color: #CCA85D;
}
.TagClassName
{
border-color: #CCA85D;
}
</style>