Shades of Laser #C1AD5A
Tints of Laser #C1AD5A
RGB
CMYK
RGB Variations
Color information
#C1AD5A (or 0xC1AD5A) is known color: Laser. HEX triplet: C1, AD and 5A. RGB value is (193,173,90). Sum of RGB (Red+Green+Blue) = 193+173+90=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD5A is #3E52A5. Grayscale: #A9A9A9. Windows color (decimal): -4084390 or 5942721. OLE color: 5942721.
HSL color Cylindrical-coordinate representation of color #C1AD5A: hue angle of 48.35º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1AD5A is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 90 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.24 |
| HSL | 48.35º | 0.45% | 0.55% | - |
| HSV(B) | 48.35º | 0.53% | 0.76% | - |
| XYZ | 38.78 | 41.96 | 15.73 | - |
| YUV | 169.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 90 | 0 | 0.10 | 0.53 | 0.24 | 48.35 | 0.45 | 0.55 |
| Hex | C1 | AD | 5A | 0 | A | 35 | 18 | 30 | 2D | 37 |
| Octal | 301 | 255 | 132 | 0 | 12 | 65 | 30 | 60 | 55 | 67 |
| Binary | 11000001 | 10101101 | 1011010 | 0 | 1010 | 110101 | 11000 | 110000 | 101101 | 110111 |
Color Harmonies of #C1AD5A
Complementary color
Monochromatic Colors of #C1AD5A
Black with #C1AD5A
Text Example
Text Example
White with #C1AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD5A; }
p { color: rgb(193,173,90); }
H1.HeaderClassName
{
color: #C1AD5A;
}
.AnyTagClassName
{
color: #C1AD5A;
}
</style>
background-color css
<style>
a { background-color: #C1AD5A; }
a { background-color: rgb(193,173,90); }
div.DivClassName
{
background-color: #C1AD5A;
}
.BgClassName
{
background-color: #C1AD5A;
}
</style>
border-color css
<style>
span { border-color: #C1AD5A; }
span { border-color: rgb(193,173,90); }
td.TdClassName
{
border-color: #C1AD5A;
}
.TagClassName
{
border-color: #C1AD5A;
}
</style>