Shades of Laser #C3A255
Tints of Laser #C3A255
RGB
CMYK
RGB Variations
Color information
#C3A255 (or 0xC3A255) is known color: Laser. HEX triplet: C3, A2 and 55. RGB value is (195,162,85). Sum of RGB (Red+Green+Blue) = 195+162+85=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A255 is #3C5DAA. Grayscale: #A3A3A3. Windows color (decimal): -3956139 or 5612227. OLE color: 5612227.
HSL color Cylindrical-coordinate representation of color #C3A255: hue angle of 42º 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 #C3A255 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 85 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.24 |
| HSL | 42º | 0.48% | 0.55% | - |
| HSV(B) | 42º | 0.56% | 0.76% | - |
| XYZ | 37.07 | 38.1 | 13.99 | - |
| YUV | 163.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 85 | 0 | 0.17 | 0.56 | 0.24 | 42 | 0.48 | 0.55 |
| Hex | C3 | A2 | 55 | 0 | 11 | 38 | 18 | 2A | 30 | 37 |
| Octal | 303 | 242 | 125 | 0 | 21 | 70 | 30 | 52 | 60 | 67 |
| Binary | 11000011 | 10100010 | 1010101 | 0 | 10001 | 111000 | 11000 | 101010 | 110000 | 110111 |
Color Harmonies of #C3A255
Complementary color
Monochromatic Colors of #C3A255
Black with #C3A255
Text Example
Text Example
White with #C3A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A255; }
p { color: rgb(195,162,85); }
H1.HeaderClassName
{
color: #C3A255;
}
.AnyTagClassName
{
color: #C3A255;
}
</style>
background-color css
<style>
a { background-color: #C3A255; }
a { background-color: rgb(195,162,85); }
div.DivClassName
{
background-color: #C3A255;
}
.BgClassName
{
background-color: #C3A255;
}
</style>
border-color css
<style>
span { border-color: #C3A255; }
span { border-color: rgb(195,162,85); }
td.TdClassName
{
border-color: #C3A255;
}
.TagClassName
{
border-color: #C3A255;
}
</style>