Shades of Laser #CCAB65
Tints of Laser #CCAB65
RGB
CMYK
RGB Variations
Color information
#CCAB65 (or 0xCCAB65) is known color: Laser. HEX triplet: CC, AB and 65. RGB value is (204,171,101). Sum of RGB (Red+Green+Blue) = 204+171+101=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB65 is #33549A. Grayscale: #ADADAD. Windows color (decimal): -3363995 or 6663116. OLE color: 6663116.
HSL color Cylindrical-coordinate representation of color #CCAB65: hue angle of 40.78º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCAB65 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 101 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.2 |
| HSL | 40.78º | 0.5% | 0.6% | - |
| HSV(B) | 40.78º | 0.5% | 0.8% | - |
| XYZ | 41.81 | 42.9 | 18.39 | - |
| YUV | 172.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 101 | 0 | 0.16 | 0.50 | 0.2 | 40.78 | 0.5 | 0.6 |
| Hex | CC | AB | 65 | 0 | 10 | 32 | 14 | 29 | 32 | 3C |
| Octal | 314 | 253 | 145 | 0 | 20 | 62 | 24 | 51 | 62 | 74 |
| Binary | 11001100 | 10101011 | 1100101 | 0 | 10000 | 110010 | 10100 | 101001 | 110010 | 111100 |
Color Harmonies of #CCAB65
Complementary color
Monochromatic Colors of #CCAB65
Black with #CCAB65
Text Example
Text Example
White with #CCAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB65; }
p { color: rgb(204,171,101); }
H1.HeaderClassName
{
color: #CCAB65;
}
.AnyTagClassName
{
color: #CCAB65;
}
</style>
background-color css
<style>
a { background-color: #CCAB65; }
a { background-color: rgb(204,171,101); }
div.DivClassName
{
background-color: #CCAB65;
}
.BgClassName
{
background-color: #CCAB65;
}
</style>
border-color css
<style>
span { border-color: #CCAB65; }
span { border-color: rgb(204,171,101); }
td.TdClassName
{
border-color: #CCAB65;
}
.TagClassName
{
border-color: #CCAB65;
}
</style>