Shades of Laser #C2AB5D
Tints of Laser #C2AB5D
RGB
CMYK
RGB Variations
Color information
#C2AB5D (or 0xC2AB5D) is known color: Laser. HEX triplet: C2, AB and 5D. RGB value is (194,171,93). Sum of RGB (Red+Green+Blue) = 194+171+93=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB5D is #3D54A2. Grayscale: #A9A9A9. Windows color (decimal): -4019363 or 6138818. OLE color: 6138818.
HSL color Cylindrical-coordinate representation of color #C2AB5D: hue angle of 46.34º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2AB5D is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 93 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.24 |
| HSL | 46.34º | 0.45% | 0.56% | - |
| HSV(B) | 46.34º | 0.52% | 0.76% | - |
| XYZ | 38.79 | 41.39 | 16.3 | - |
| YUV | 168.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 93 | 0 | 0.12 | 0.52 | 0.24 | 46.34 | 0.45 | 0.56 |
| Hex | C2 | AB | 5D | 0 | C | 34 | 18 | 2E | 2D | 38 |
| Octal | 302 | 253 | 135 | 0 | 14 | 64 | 30 | 56 | 55 | 70 |
| Binary | 11000010 | 10101011 | 1011101 | 0 | 1100 | 110100 | 11000 | 101110 | 101101 | 111000 |
Color Harmonies of #C2AB5D
Complementary color
Monochromatic Colors of #C2AB5D
Black with #C2AB5D
Text Example
Text Example
White with #C2AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB5D; }
p { color: rgb(194,171,93); }
H1.HeaderClassName
{
color: #C2AB5D;
}
.AnyTagClassName
{
color: #C2AB5D;
}
</style>
background-color css
<style>
a { background-color: #C2AB5D; }
a { background-color: rgb(194,171,93); }
div.DivClassName
{
background-color: #C2AB5D;
}
.BgClassName
{
background-color: #C2AB5D;
}
</style>
border-color css
<style>
span { border-color: #C2AB5D; }
span { border-color: rgb(194,171,93); }
td.TdClassName
{
border-color: #C2AB5D;
}
.TagClassName
{
border-color: #C2AB5D;
}
</style>