Shades of Laser #CCA861
Tints of Laser #CCA861
RGB
CMYK
RGB Variations
Color information
#CCA861 (or 0xCCA861) is known color: Laser. HEX triplet: CC, A8 and 61. RGB value is (204,168,97). Sum of RGB (Red+Green+Blue) = 204+168+97=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA861 is #33579E. Grayscale: #AAAAAA. Windows color (decimal): -3364767 or 6400204. OLE color: 6400204.
HSL color Cylindrical-coordinate representation of color #CCA861: hue angle of 39.81º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCA861 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 97 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.2 |
| HSL | 39.81º | 0.51% | 0.59% | - |
| HSV(B) | 39.81º | 0.52% | 0.8% | - |
| XYZ | 41.06 | 41.71 | 17.2 | - |
| YUV | 170.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 97 | 0 | 0.18 | 0.52 | 0.2 | 39.81 | 0.51 | 0.59 |
| Hex | CC | A8 | 61 | 0 | 12 | 34 | 14 | 28 | 33 | 3B |
| Octal | 314 | 250 | 141 | 0 | 22 | 64 | 24 | 50 | 63 | 73 |
| Binary | 11001100 | 10101000 | 1100001 | 0 | 10010 | 110100 | 10100 | 101000 | 110011 | 111011 |
Color Harmonies of #CCA861
Complementary color
Monochromatic Colors of #CCA861
Black with #CCA861
Text Example
Text Example
White with #CCA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA861; }
p { color: rgb(204,168,97); }
H1.HeaderClassName
{
color: #CCA861;
}
.AnyTagClassName
{
color: #CCA861;
}
</style>
background-color css
<style>
a { background-color: #CCA861; }
a { background-color: rgb(204,168,97); }
div.DivClassName
{
background-color: #CCA861;
}
.BgClassName
{
background-color: #CCA861;
}
</style>
border-color css
<style>
span { border-color: #CCA861; }
span { border-color: rgb(204,168,97); }
td.TdClassName
{
border-color: #CCA861;
}
.TagClassName
{
border-color: #CCA861;
}
</style>