Shades of Laser #C3A656
Tints of Laser #C3A656
RGB
CMYK
RGB Variations
Color information
#C3A656 (or 0xC3A656) is known color: Laser. HEX triplet: C3, A6 and 56. RGB value is (195,166,86). Sum of RGB (Red+Green+Blue) = 195+166+86=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A656 is #3C59A9. Grayscale: #A5A5A5. Windows color (decimal): -3955114 or 5678787. OLE color: 5678787.
HSL color Cylindrical-coordinate representation of color #C3A656: hue angle of 44.04º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3A656 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 86 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.24 |
| HSL | 44.04º | 0.48% | 0.55% | - |
| HSV(B) | 44.04º | 0.56% | 0.76% | - |
| XYZ | 37.82 | 39.55 | 14.44 | - |
| YUV | 165.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 86 | 0 | 0.15 | 0.56 | 0.24 | 44.04 | 0.48 | 0.55 |
| Hex | C3 | A6 | 56 | 0 | F | 38 | 18 | 2C | 30 | 37 |
| Octal | 303 | 246 | 126 | 0 | 17 | 70 | 30 | 54 | 60 | 67 |
| Binary | 11000011 | 10100110 | 1010110 | 0 | 1111 | 111000 | 11000 | 101100 | 110000 | 110111 |
Color Harmonies of #C3A656
Complementary color
Monochromatic Colors of #C3A656
Black with #C3A656
Text Example
Text Example
White with #C3A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A656; }
p { color: rgb(195,166,86); }
H1.HeaderClassName
{
color: #C3A656;
}
.AnyTagClassName
{
color: #C3A656;
}
</style>
background-color css
<style>
a { background-color: #C3A656; }
a { background-color: rgb(195,166,86); }
div.DivClassName
{
background-color: #C3A656;
}
.BgClassName
{
background-color: #C3A656;
}
</style>
border-color css
<style>
span { border-color: #C3A656; }
span { border-color: rgb(195,166,86); }
td.TdClassName
{
border-color: #C3A656;
}
.TagClassName
{
border-color: #C3A656;
}
</style>