Shades of Laser #CCAB63
Tints of Laser #CCAB63
RGB
CMYK
RGB Variations
Color information
#CCAB63 (or 0xCCAB63) is known color: Laser. HEX triplet: CC, AB and 63. RGB value is (204,171,99). Sum of RGB (Red+Green+Blue) = 204+171+99=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB63 is #33549C. Grayscale: #ACACAC. Windows color (decimal): -3363997 or 6532044. OLE color: 6532044.
HSL color Cylindrical-coordinate representation of color #CCAB63: hue angle of 41.14º 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 #CCAB63 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 99 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.2 |
| HSL | 41.14º | 0.51% | 0.59% | - |
| HSV(B) | 41.14º | 0.51% | 0.8% | - |
| XYZ | 41.72 | 42.86 | 17.88 | - |
| YUV | 172.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 99 | 0 | 0.16 | 0.51 | 0.2 | 41.14 | 0.51 | 0.59 |
| Hex | CC | AB | 63 | 0 | 10 | 33 | 14 | 29 | 33 | 3B |
| Octal | 314 | 253 | 143 | 0 | 20 | 63 | 24 | 51 | 63 | 73 |
| Binary | 11001100 | 10101011 | 1100011 | 0 | 10000 | 110011 | 10100 | 101001 | 110011 | 111011 |
Color Harmonies of #CCAB63
Complementary color
Monochromatic Colors of #CCAB63
Black with #CCAB63
Text Example
Text Example
White with #CCAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB63; }
p { color: rgb(204,171,99); }
H1.HeaderClassName
{
color: #CCAB63;
}
.AnyTagClassName
{
color: #CCAB63;
}
</style>
background-color css
<style>
a { background-color: #CCAB63; }
a { background-color: rgb(204,171,99); }
div.DivClassName
{
background-color: #CCAB63;
}
.BgClassName
{
background-color: #CCAB63;
}
</style>
border-color css
<style>
span { border-color: #CCAB63; }
span { border-color: rgb(204,171,99); }
td.TdClassName
{
border-color: #CCAB63;
}
.TagClassName
{
border-color: #CCAB63;
}
</style>