Shades of Laser #C3A562
Tints of Laser #C3A562
RGB
CMYK
RGB Variations
Color information
#C3A562 (or 0xC3A562) is known color: Laser. HEX triplet: C3, A5 and 62. RGB value is (195,165,98). Sum of RGB (Red+Green+Blue) = 195+165+98=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A562 is #3C5A9D. Grayscale: #A6A6A6. Windows color (decimal): -3955358 or 6464963. OLE color: 6464963.
HSL color Cylindrical-coordinate representation of color #C3A562: hue angle of 41.44º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3A562 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 98 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.24 |
| HSL | 41.44º | 0.45% | 0.57% | - |
| HSV(B) | 41.44º | 0.5% | 0.76% | - |
| XYZ | 38.17 | 39.39 | 17.15 | - |
| YUV | 166.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 98 | 0 | 0.15 | 0.50 | 0.24 | 41.44 | 0.45 | 0.57 |
| Hex | C3 | A5 | 62 | 0 | F | 32 | 18 | 29 | 2D | 39 |
| Octal | 303 | 245 | 142 | 0 | 17 | 62 | 30 | 51 | 55 | 71 |
| Binary | 11000011 | 10100101 | 1100010 | 0 | 1111 | 110010 | 11000 | 101001 | 101101 | 111001 |
Color Harmonies of #C3A562
Complementary color
Monochromatic Colors of #C3A562
Black with #C3A562
Text Example
Text Example
White with #C3A562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A562; }
p { color: rgb(195,165,98); }
H1.HeaderClassName
{
color: #C3A562;
}
.AnyTagClassName
{
color: #C3A562;
}
</style>
background-color css
<style>
a { background-color: #C3A562; }
a { background-color: rgb(195,165,98); }
div.DivClassName
{
background-color: #C3A562;
}
.BgClassName
{
background-color: #C3A562;
}
</style>
border-color css
<style>
span { border-color: #C3A562; }
span { border-color: rgb(195,165,98); }
td.TdClassName
{
border-color: #C3A562;
}
.TagClassName
{
border-color: #C3A562;
}
</style>