Shades of Laser #C2AB66
Tints of Laser #C2AB66
RGB
CMYK
RGB Variations
Color information
#C2AB66 (or 0xC2AB66) is known color: Laser. HEX triplet: C2, AB and 66. RGB value is (194,171,102). Sum of RGB (Red+Green+Blue) = 194+171+102=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB66 is #3D5499. Grayscale: #AAAAAA. Windows color (decimal): -4019354 or 6728642. OLE color: 6728642.
HSL color Cylindrical-coordinate representation of color #C2AB66: hue angle of 45º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2AB66 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 102 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.24 |
| HSL | 45º | 0.43% | 0.58% | - |
| HSV(B) | 45º | 0.47% | 0.76% | - |
| XYZ | 39.21 | 41.55 | 18.52 | - |
| YUV | 170.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 102 | 0 | 0.12 | 0.47 | 0.24 | 45 | 0.43 | 0.58 |
| Hex | C2 | AB | 66 | 0 | C | 2F | 18 | 2D | 2B | 3A |
| Octal | 302 | 253 | 146 | 0 | 14 | 57 | 30 | 55 | 53 | 72 |
| Binary | 11000010 | 10101011 | 1100110 | 0 | 1100 | 101111 | 11000 | 101101 | 101011 | 111010 |
Color Harmonies of #C2AB66
Complementary color
Monochromatic Colors of #C2AB66
Black with #C2AB66
Text Example
Text Example
White with #C2AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB66; }
p { color: rgb(194,171,102); }
H1.HeaderClassName
{
color: #C2AB66;
}
.AnyTagClassName
{
color: #C2AB66;
}
</style>
background-color css
<style>
a { background-color: #C2AB66; }
a { background-color: rgb(194,171,102); }
div.DivClassName
{
background-color: #C2AB66;
}
.BgClassName
{
background-color: #C2AB66;
}
</style>
border-color css
<style>
span { border-color: #C2AB66; }
span { border-color: rgb(194,171,102); }
td.TdClassName
{
border-color: #C2AB66;
}
.TagClassName
{
border-color: #C2AB66;
}
</style>