Shades of Laser #C3AB5A
Tints of Laser #C3AB5A
RGB
CMYK
RGB Variations
Color information
#C3AB5A (or 0xC3AB5A) is known color: Laser. HEX triplet: C3, AB and 5A. RGB value is (195,171,90). Sum of RGB (Red+Green+Blue) = 195+171+90=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB5A is #3C54A5. Grayscale: #A9A9A9. Windows color (decimal): -3953830 or 5942211. OLE color: 5942211.
HSL color Cylindrical-coordinate representation of color #C3AB5A: hue angle of 46.29º degrees, saturation: 0.47, 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 #C3AB5A is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 90 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.24 |
| HSL | 46.29º | 0.47% | 0.56% | - |
| HSV(B) | 46.29º | 0.54% | 0.76% | - |
| XYZ | 38.91 | 41.47 | 15.63 | - |
| YUV | 168.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 90 | 0 | 0.12 | 0.54 | 0.24 | 46.29 | 0.47 | 0.56 |
| Hex | C3 | AB | 5A | 0 | C | 36 | 18 | 2E | 2F | 38 |
| Octal | 303 | 253 | 132 | 0 | 14 | 66 | 30 | 56 | 57 | 70 |
| Binary | 11000011 | 10101011 | 1011010 | 0 | 1100 | 110110 | 11000 | 101110 | 101111 | 111000 |
Color Harmonies of #C3AB5A
Complementary color
Monochromatic Colors of #C3AB5A
Black with #C3AB5A
Text Example
Text Example
White with #C3AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AB5A; }
p { color: rgb(195,171,90); }
H1.HeaderClassName
{
color: #C3AB5A;
}
.AnyTagClassName
{
color: #C3AB5A;
}
</style>
background-color css
<style>
a { background-color: #C3AB5A; }
a { background-color: rgb(195,171,90); }
div.DivClassName
{
background-color: #C3AB5A;
}
.BgClassName
{
background-color: #C3AB5A;
}
</style>
border-color css
<style>
span { border-color: #C3AB5A; }
span { border-color: rgb(195,171,90); }
td.TdClassName
{
border-color: #C3AB5A;
}
.TagClassName
{
border-color: #C3AB5A;
}
</style>