Shades of Laser #C3A65E
Tints of Laser #C3A65E
RGB
CMYK
RGB Variations
Color information
#C3A65E (or 0xC3A65E) is known color: Laser. HEX triplet: C3, A6 and 5E. RGB value is (195,166,94). Sum of RGB (Red+Green+Blue) = 195+166+94=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A65E is #3C59A1. Grayscale: #A6A6A6. Windows color (decimal): -3955106 or 6203075. OLE color: 6203075.
HSL color Cylindrical-coordinate representation of color #C3A65E: hue angle of 42.77º 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 #C3A65E is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 94 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.24 |
| HSL | 42.77º | 0.46% | 0.57% | - |
| HSV(B) | 42.77º | 0.52% | 0.76% | - |
| XYZ | 38.16 | 39.68 | 16.24 | - |
| YUV | 166.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 94 | 0 | 0.15 | 0.52 | 0.24 | 42.77 | 0.46 | 0.57 |
| Hex | C3 | A6 | 5E | 0 | F | 34 | 18 | 2B | 2E | 39 |
| Octal | 303 | 246 | 136 | 0 | 17 | 64 | 30 | 53 | 56 | 71 |
| Binary | 11000011 | 10100110 | 1011110 | 0 | 1111 | 110100 | 11000 | 101011 | 101110 | 111001 |
Color Harmonies of #C3A65E
Complementary color
Monochromatic Colors of #C3A65E
Black with #C3A65E
Text Example
Text Example
White with #C3A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A65E; }
p { color: rgb(195,166,94); }
H1.HeaderClassName
{
color: #C3A65E;
}
.AnyTagClassName
{
color: #C3A65E;
}
</style>
background-color css
<style>
a { background-color: #C3A65E; }
a { background-color: rgb(195,166,94); }
div.DivClassName
{
background-color: #C3A65E;
}
.BgClassName
{
background-color: #C3A65E;
}
</style>
border-color css
<style>
span { border-color: #C3A65E; }
span { border-color: rgb(195,166,94); }
td.TdClassName
{
border-color: #C3A65E;
}
.TagClassName
{
border-color: #C3A65E;
}
</style>