Shades of Laser #CCAB62
Tints of Laser #CCAB62
RGB
CMYK
RGB Variations
Color information
#CCAB62 (or 0xCCAB62) is known color: Laser. HEX triplet: CC, AB and 62. RGB value is (204,171,98). Sum of RGB (Red+Green+Blue) = 204+171+98=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB62 is #33549D. Grayscale: #ACACAC. Windows color (decimal): -3363998 or 6466508. OLE color: 6466508.
HSL color Cylindrical-coordinate representation of color #CCAB62: hue angle of 41.32º 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 #CCAB62 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 98 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.2 |
| HSL | 41.32º | 0.51% | 0.59% | - |
| HSV(B) | 41.32º | 0.52% | 0.8% | - |
| XYZ | 41.67 | 42.85 | 17.63 | - |
| YUV | 172.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 98 | 0 | 0.16 | 0.52 | 0.2 | 41.32 | 0.51 | 0.59 |
| Hex | CC | AB | 62 | 0 | 10 | 34 | 14 | 29 | 33 | 3B |
| Octal | 314 | 253 | 142 | 0 | 20 | 64 | 24 | 51 | 63 | 73 |
| Binary | 11001100 | 10101011 | 1100010 | 0 | 10000 | 110100 | 10100 | 101001 | 110011 | 111011 |
Color Harmonies of #CCAB62
Complementary color
Monochromatic Colors of #CCAB62
Black with #CCAB62
Text Example
Text Example
White with #CCAB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB62; }
p { color: rgb(204,171,98); }
H1.HeaderClassName
{
color: #CCAB62;
}
.AnyTagClassName
{
color: #CCAB62;
}
</style>
background-color css
<style>
a { background-color: #CCAB62; }
a { background-color: rgb(204,171,98); }
div.DivClassName
{
background-color: #CCAB62;
}
.BgClassName
{
background-color: #CCAB62;
}
</style>
border-color css
<style>
span { border-color: #CCAB62; }
span { border-color: rgb(204,171,98); }
td.TdClassName
{
border-color: #CCAB62;
}
.TagClassName
{
border-color: #CCAB62;
}
</style>