Shades of Laser #CCAC63
Tints of Laser #CCAC63
RGB
CMYK
RGB Variations
Color information
#CCAC63 (or 0xCCAC63) is known color: Laser. HEX triplet: CC, AC and 63. RGB value is (204,172,99). Sum of RGB (Red+Green+Blue) = 204+172+99=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC63 is #33539C. Grayscale: #ADADAD. Windows color (decimal): -3363741 or 6532300. OLE color: 6532300.
HSL color Cylindrical-coordinate representation of color #CCAC63: hue angle of 41.71º 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 #CCAC63 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 99 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.2 |
| HSL | 41.71º | 0.51% | 0.59% | - |
| HSV(B) | 41.71º | 0.51% | 0.8% | - |
| XYZ | 41.91 | 43.24 | 17.94 | - |
| YUV | 173.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 99 | 0 | 0.16 | 0.51 | 0.2 | 41.71 | 0.51 | 0.59 |
| Hex | CC | AC | 63 | 0 | 10 | 33 | 14 | 2A | 33 | 3B |
| Octal | 314 | 254 | 143 | 0 | 20 | 63 | 24 | 52 | 63 | 73 |
| Binary | 11001100 | 10101100 | 1100011 | 0 | 10000 | 110011 | 10100 | 101010 | 110011 | 111011 |
Color Harmonies of #CCAC63
Complementary color
Monochromatic Colors of #CCAC63
Black with #CCAC63
Text Example
Text Example
White with #CCAC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC63; }
p { color: rgb(204,172,99); }
H1.HeaderClassName
{
color: #CCAC63;
}
.AnyTagClassName
{
color: #CCAC63;
}
</style>
background-color css
<style>
a { background-color: #CCAC63; }
a { background-color: rgb(204,172,99); }
div.DivClassName
{
background-color: #CCAC63;
}
.BgClassName
{
background-color: #CCAC63;
}
</style>
border-color css
<style>
span { border-color: #CCAC63; }
span { border-color: rgb(204,172,99); }
td.TdClassName
{
border-color: #CCAC63;
}
.TagClassName
{
border-color: #CCAC63;
}
</style>