Shades of Laser #C3A856
Tints of Laser #C3A856
RGB
CMYK
RGB Variations
Color information
#C3A856 (or 0xC3A856) is known color: Laser. HEX triplet: C3, A8 and 56. RGB value is (195,168,86). Sum of RGB (Red+Green+Blue) = 195+168+86=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A856 is #3C57A9. Grayscale: #A7A7A7. Windows color (decimal): -3954602 or 5679299. OLE color: 5679299.
HSL color Cylindrical-coordinate representation of color #C3A856: hue angle of 45.14º 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 #C3A856 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 86 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.24 |
| HSL | 45.14º | 0.48% | 0.55% | - |
| HSV(B) | 45.14º | 0.56% | 0.76% | - |
| XYZ | 38.19 | 40.28 | 14.57 | - |
| YUV | 166.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 86 | 0 | 0.14 | 0.56 | 0.24 | 45.14 | 0.48 | 0.55 |
| Hex | C3 | A8 | 56 | 0 | E | 38 | 18 | 2D | 30 | 37 |
| Octal | 303 | 250 | 126 | 0 | 16 | 70 | 30 | 55 | 60 | 67 |
| Binary | 11000011 | 10101000 | 1010110 | 0 | 1110 | 111000 | 11000 | 101101 | 110000 | 110111 |
Color Harmonies of #C3A856
Complementary color
Monochromatic Colors of #C3A856
Black with #C3A856
Text Example
Text Example
White with #C3A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A856; }
p { color: rgb(195,168,86); }
H1.HeaderClassName
{
color: #C3A856;
}
.AnyTagClassName
{
color: #C3A856;
}
</style>
background-color css
<style>
a { background-color: #C3A856; }
a { background-color: rgb(195,168,86); }
div.DivClassName
{
background-color: #C3A856;
}
.BgClassName
{
background-color: #C3A856;
}
</style>
border-color css
<style>
span { border-color: #C3A856; }
span { border-color: rgb(195,168,86); }
td.TdClassName
{
border-color: #C3A856;
}
.TagClassName
{
border-color: #C3A856;
}
</style>