Shades of Laser #C3A35A
Tints of Laser #C3A35A
RGB
CMYK
RGB Variations
Color information
#C3A35A (or 0xC3A35A) is known color: Laser. HEX triplet: C3, A3 and 5A. RGB value is (195,163,90). Sum of RGB (Red+Green+Blue) = 195+163+90=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A35A is #3C5CA5. Grayscale: #A4A4A4. Windows color (decimal): -3955878 or 5940163. OLE color: 5940163.
HSL color Cylindrical-coordinate representation of color #C3A35A: hue angle of 41.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3A35A is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 90 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.24 |
| HSL | 41.71º | 0.47% | 0.56% | - |
| HSV(B) | 41.71º | 0.54% | 0.76% | - |
| XYZ | 37.45 | 38.53 | 15.14 | - |
| YUV | 164.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 90 | 0 | 0.16 | 0.54 | 0.24 | 41.71 | 0.47 | 0.56 |
| Hex | C3 | A3 | 5A | 0 | 10 | 36 | 18 | 2A | 2F | 38 |
| Octal | 303 | 243 | 132 | 0 | 20 | 66 | 30 | 52 | 57 | 70 |
| Binary | 11000011 | 10100011 | 1011010 | 0 | 10000 | 110110 | 11000 | 101010 | 101111 | 111000 |
Color Harmonies of #C3A35A
Complementary color
Monochromatic Colors of #C3A35A
Black with #C3A35A
Text Example
Text Example
White with #C3A35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A35A; }
p { color: rgb(195,163,90); }
H1.HeaderClassName
{
color: #C3A35A;
}
.AnyTagClassName
{
color: #C3A35A;
}
</style>
background-color css
<style>
a { background-color: #C3A35A; }
a { background-color: rgb(195,163,90); }
div.DivClassName
{
background-color: #C3A35A;
}
.BgClassName
{
background-color: #C3A35A;
}
</style>
border-color css
<style>
span { border-color: #C3A35A; }
span { border-color: rgb(195,163,90); }
td.TdClassName
{
border-color: #C3A35A;
}
.TagClassName
{
border-color: #C3A35A;
}
</style>