Shades of Laser #C3A256
Tints of Laser #C3A256
RGB
CMYK
RGB Variations
Color information
#C3A256 (or 0xC3A256) is known color: Laser. HEX triplet: C3, A2 and 56. RGB value is (195,162,86). Sum of RGB (Red+Green+Blue) = 195+162+86=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A256 is #3C5DA9. Grayscale: #A3A3A3. Windows color (decimal): -3956138 or 5677763. OLE color: 5677763.
HSL color Cylindrical-coordinate representation of color #C3A256: hue angle of 41.83º 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 #C3A256 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 86 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.24 |
| HSL | 41.83º | 0.48% | 0.55% | - |
| HSV(B) | 41.83º | 0.56% | 0.76% | - |
| XYZ | 37.11 | 38.11 | 14.21 | - |
| YUV | 163.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 86 | 0 | 0.17 | 0.56 | 0.24 | 41.83 | 0.48 | 0.55 |
| Hex | C3 | A2 | 56 | 0 | 11 | 38 | 18 | 2A | 30 | 37 |
| Octal | 303 | 242 | 126 | 0 | 21 | 70 | 30 | 52 | 60 | 67 |
| Binary | 11000011 | 10100010 | 1010110 | 0 | 10001 | 111000 | 11000 | 101010 | 110000 | 110111 |
Color Harmonies of #C3A256
Complementary color
Monochromatic Colors of #C3A256
Black with #C3A256
Text Example
Text Example
White with #C3A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A256; }
p { color: rgb(195,162,86); }
H1.HeaderClassName
{
color: #C3A256;
}
.AnyTagClassName
{
color: #C3A256;
}
</style>
background-color css
<style>
a { background-color: #C3A256; }
a { background-color: rgb(195,162,86); }
div.DivClassName
{
background-color: #C3A256;
}
.BgClassName
{
background-color: #C3A256;
}
</style>
border-color css
<style>
span { border-color: #C3A256; }
span { border-color: rgb(195,162,86); }
td.TdClassName
{
border-color: #C3A256;
}
.TagClassName
{
border-color: #C3A256;
}
</style>