Shades of Laser #CCAB64
Tints of Laser #CCAB64
RGB
CMYK
RGB Variations
Color information
#CCAB64 (or 0xCCAB64) is known color: Laser. HEX triplet: CC, AB and 64. RGB value is (204,171,100). Sum of RGB (Red+Green+Blue) = 204+171+100=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB64 is #33549B. Grayscale: #ADADAD. Windows color (decimal): -3363996 or 6597580. OLE color: 6597580.
HSL color Cylindrical-coordinate representation of color #CCAB64: hue angle of 40.96º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCAB64 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 100 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.2 |
| HSL | 40.96º | 0.5% | 0.6% | - |
| HSV(B) | 40.96º | 0.51% | 0.8% | - |
| XYZ | 41.77 | 42.88 | 18.13 | - |
| YUV | 172.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 100 | 0 | 0.16 | 0.51 | 0.2 | 40.96 | 0.5 | 0.6 |
| Hex | CC | AB | 64 | 0 | 10 | 33 | 14 | 29 | 32 | 3C |
| Octal | 314 | 253 | 144 | 0 | 20 | 63 | 24 | 51 | 62 | 74 |
| Binary | 11001100 | 10101011 | 1100100 | 0 | 10000 | 110011 | 10100 | 101001 | 110010 | 111100 |
Color Harmonies of #CCAB64
Complementary color
Monochromatic Colors of #CCAB64
Black with #CCAB64
Text Example
Text Example
White with #CCAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB64; }
p { color: rgb(204,171,100); }
H1.HeaderClassName
{
color: #CCAB64;
}
.AnyTagClassName
{
color: #CCAB64;
}
</style>
background-color css
<style>
a { background-color: #CCAB64; }
a { background-color: rgb(204,171,100); }
div.DivClassName
{
background-color: #CCAB64;
}
.BgClassName
{
background-color: #CCAB64;
}
</style>
border-color css
<style>
span { border-color: #CCAB64; }
span { border-color: rgb(204,171,100); }
td.TdClassName
{
border-color: #CCAB64;
}
.TagClassName
{
border-color: #CCAB64;
}
</style>