Shades of Laser #C3A65D
Tints of Laser #C3A65D
RGB
CMYK
RGB Variations
Color information
#C3A65D (or 0xC3A65D) is known color: Laser. HEX triplet: C3, A6 and 5D. RGB value is (195,166,93). Sum of RGB (Red+Green+Blue) = 195+166+93=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A65D is #3C59A2. Grayscale: #A6A6A6. Windows color (decimal): -3955107 or 6137539. OLE color: 6137539.
HSL color Cylindrical-coordinate representation of color #C3A65D: hue angle of 42.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3A65D is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 93 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.24 |
| HSL | 42.94º | 0.46% | 0.56% | - |
| HSV(B) | 42.94º | 0.52% | 0.76% | - |
| XYZ | 38.12 | 39.66 | 16 | - |
| YUV | 166.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 93 | 0 | 0.15 | 0.52 | 0.24 | 42.94 | 0.46 | 0.56 |
| Hex | C3 | A6 | 5D | 0 | F | 34 | 18 | 2B | 2E | 38 |
| Octal | 303 | 246 | 135 | 0 | 17 | 64 | 30 | 53 | 56 | 70 |
| Binary | 11000011 | 10100110 | 1011101 | 0 | 1111 | 110100 | 11000 | 101011 | 101110 | 111000 |
Color Harmonies of #C3A65D
Complementary color
Monochromatic Colors of #C3A65D
Black with #C3A65D
Text Example
Text Example
White with #C3A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A65D; }
p { color: rgb(195,166,93); }
H1.HeaderClassName
{
color: #C3A65D;
}
.AnyTagClassName
{
color: #C3A65D;
}
</style>
background-color css
<style>
a { background-color: #C3A65D; }
a { background-color: rgb(195,166,93); }
div.DivClassName
{
background-color: #C3A65D;
}
.BgClassName
{
background-color: #C3A65D;
}
</style>
border-color css
<style>
span { border-color: #C3A65D; }
span { border-color: rgb(195,166,93); }
td.TdClassName
{
border-color: #C3A65D;
}
.TagClassName
{
border-color: #C3A65D;
}
</style>