Shades of Laser #C2AB5A
Tints of Laser #C2AB5A
RGB
CMYK
RGB Variations
Color information
#C2AB5A (or 0xC2AB5A) is known color: Laser. HEX triplet: C2, AB and 5A. RGB value is (194,171,90). Sum of RGB (Red+Green+Blue) = 194+171+90=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB5A is #3D54A5. Grayscale: #A8A8A8. Windows color (decimal): -4019366 or 5942210. OLE color: 5942210.
HSL color Cylindrical-coordinate representation of color #C2AB5A: hue angle of 46.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2AB5A is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 90 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.24 |
| HSL | 46.73º | 0.46% | 0.56% | - |
| HSV(B) | 46.73º | 0.54% | 0.76% | - |
| XYZ | 38.66 | 41.33 | 15.61 | - |
| YUV | 168.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 90 | 0 | 0.12 | 0.54 | 0.24 | 46.73 | 0.46 | 0.56 |
| Hex | C2 | AB | 5A | 0 | C | 36 | 18 | 2F | 2E | 38 |
| Octal | 302 | 253 | 132 | 0 | 14 | 66 | 30 | 57 | 56 | 70 |
| Binary | 11000010 | 10101011 | 1011010 | 0 | 1100 | 110110 | 11000 | 101111 | 101110 | 111000 |
Color Harmonies of #C2AB5A
Complementary color
Monochromatic Colors of #C2AB5A
Black with #C2AB5A
Text Example
Text Example
White with #C2AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB5A; }
p { color: rgb(194,171,90); }
H1.HeaderClassName
{
color: #C2AB5A;
}
.AnyTagClassName
{
color: #C2AB5A;
}
</style>
background-color css
<style>
a { background-color: #C2AB5A; }
a { background-color: rgb(194,171,90); }
div.DivClassName
{
background-color: #C2AB5A;
}
.BgClassName
{
background-color: #C2AB5A;
}
</style>
border-color css
<style>
span { border-color: #C2AB5A; }
span { border-color: rgb(194,171,90); }
td.TdClassName
{
border-color: #C2AB5A;
}
.TagClassName
{
border-color: #C2AB5A;
}
</style>