Shades of Laser #C3A75E
Tints of Laser #C3A75E
RGB
CMYK
RGB Variations
Color information
#C3A75E (or 0xC3A75E) is known color: Laser. HEX triplet: C3, A7 and 5E. RGB value is (195,167,94). Sum of RGB (Red+Green+Blue) = 195+167+94=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A75E is #3C58A1. Grayscale: #A7A7A7. Windows color (decimal): -3954850 or 6203331. OLE color: 6203331.
HSL color Cylindrical-coordinate representation of color #C3A75E: hue angle of 43.37º 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 #C3A75E is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 94 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.24 |
| HSL | 43.37º | 0.46% | 0.57% | - |
| HSV(B) | 43.37º | 0.52% | 0.76% | - |
| XYZ | 38.34 | 40.05 | 16.3 | - |
| YUV | 167.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 94 | 0 | 0.14 | 0.52 | 0.24 | 43.37 | 0.46 | 0.57 |
| Hex | C3 | A7 | 5E | 0 | E | 34 | 18 | 2B | 2E | 39 |
| Octal | 303 | 247 | 136 | 0 | 16 | 64 | 30 | 53 | 56 | 71 |
| Binary | 11000011 | 10100111 | 1011110 | 0 | 1110 | 110100 | 11000 | 101011 | 101110 | 111001 |
Color Harmonies of #C3A75E
Complementary color
Monochromatic Colors of #C3A75E
Black with #C3A75E
Text Example
Text Example
White with #C3A75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A75E; }
p { color: rgb(195,167,94); }
H1.HeaderClassName
{
color: #C3A75E;
}
.AnyTagClassName
{
color: #C3A75E;
}
</style>
background-color css
<style>
a { background-color: #C3A75E; }
a { background-color: rgb(195,167,94); }
div.DivClassName
{
background-color: #C3A75E;
}
.BgClassName
{
background-color: #C3A75E;
}
</style>
border-color css
<style>
span { border-color: #C3A75E; }
span { border-color: rgb(195,167,94); }
td.TdClassName
{
border-color: #C3A75E;
}
.TagClassName
{
border-color: #C3A75E;
}
</style>