Shades of Laser #C3AD5E
Tints of Laser #C3AD5E
RGB
CMYK
RGB Variations
Color information
#C3AD5E (or 0xC3AD5E) is known color: Laser. HEX triplet: C3, AD and 5E. RGB value is (195,173,94). Sum of RGB (Red+Green+Blue) = 195+173+94=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD5E is #3C52A1. Grayscale: #AAAAAA. Windows color (decimal): -3953314 or 6204867. OLE color: 6204867.
HSL color Cylindrical-coordinate representation of color #C3AD5E: hue angle of 46.93º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3AD5E is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 94 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.24 |
| HSL | 46.93º | 0.46% | 0.57% | - |
| HSV(B) | 46.93º | 0.52% | 0.76% | - |
| XYZ | 39.47 | 42.3 | 16.67 | - |
| YUV | 170.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 94 | 0 | 0.11 | 0.52 | 0.24 | 46.93 | 0.46 | 0.57 |
| Hex | C3 | AD | 5E | 0 | B | 34 | 18 | 2F | 2E | 39 |
| Octal | 303 | 255 | 136 | 0 | 13 | 64 | 30 | 57 | 56 | 71 |
| Binary | 11000011 | 10101101 | 1011110 | 0 | 1011 | 110100 | 11000 | 101111 | 101110 | 111001 |
Color Harmonies of #C3AD5E
Complementary color
Monochromatic Colors of #C3AD5E
Black with #C3AD5E
Text Example
Text Example
White with #C3AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD5E; }
p { color: rgb(195,173,94); }
H1.HeaderClassName
{
color: #C3AD5E;
}
.AnyTagClassName
{
color: #C3AD5E;
}
</style>
background-color css
<style>
a { background-color: #C3AD5E; }
a { background-color: rgb(195,173,94); }
div.DivClassName
{
background-color: #C3AD5E;
}
.BgClassName
{
background-color: #C3AD5E;
}
</style>
border-color css
<style>
span { border-color: #C3AD5E; }
span { border-color: rgb(195,173,94); }
td.TdClassName
{
border-color: #C3AD5E;
}
.TagClassName
{
border-color: #C3AD5E;
}
</style>