Shades of Laser #CCA963
Tints of Laser #CCA963
RGB
CMYK
RGB Variations
Color information
#CCA963 (or 0xCCA963) is known color: Laser. HEX triplet: CC, A9 and 63. RGB value is (204,169,99). Sum of RGB (Red+Green+Blue) = 204+169+99=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA963 is #33569C. Grayscale: #ABABAB. Windows color (decimal): -3364509 or 6531532. OLE color: 6531532.
HSL color Cylindrical-coordinate representation of color #CCA963: hue angle of 40º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCA963 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 99 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.2 |
| HSL | 40º | 0.51% | 0.59% | - |
| HSV(B) | 40º | 0.51% | 0.8% | - |
| XYZ | 41.34 | 42.11 | 17.75 | - |
| YUV | 171.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 99 | 0 | 0.17 | 0.51 | 0.2 | 40 | 0.51 | 0.59 |
| Hex | CC | A9 | 63 | 0 | 11 | 33 | 14 | 28 | 33 | 3B |
| Octal | 314 | 251 | 143 | 0 | 21 | 63 | 24 | 50 | 63 | 73 |
| Binary | 11001100 | 10101001 | 1100011 | 0 | 10001 | 110011 | 10100 | 101000 | 110011 | 111011 |
Color Harmonies of #CCA963
Complementary color
Monochromatic Colors of #CCA963
Black with #CCA963
Text Example
Text Example
White with #CCA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA963; }
p { color: rgb(204,169,99); }
H1.HeaderClassName
{
color: #CCA963;
}
.AnyTagClassName
{
color: #CCA963;
}
</style>
background-color css
<style>
a { background-color: #CCA963; }
a { background-color: rgb(204,169,99); }
div.DivClassName
{
background-color: #CCA963;
}
.BgClassName
{
background-color: #CCA963;
}
</style>
border-color css
<style>
span { border-color: #CCA963; }
span { border-color: rgb(204,169,99); }
td.TdClassName
{
border-color: #CCA963;
}
.TagClassName
{
border-color: #CCA963;
}
</style>