Shades of Laser #C3AD59
Tints of Laser #C3AD59
RGB
CMYK
RGB Variations
Color information
#C3AD59 (or 0xC3AD59) is known color: Laser. HEX triplet: C3, AD and 59. RGB value is (195,173,89). Sum of RGB (Red+Green+Blue) = 195+173+89=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD59 is #3C52A6. Grayscale: #AAAAAA. Windows color (decimal): -3953319 or 5877187. OLE color: 5877187.
HSL color Cylindrical-coordinate representation of color #C3AD59: hue angle of 47.55º 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 #C3AD59 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 89 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.24 |
| HSL | 47.55º | 0.47% | 0.56% | - |
| HSV(B) | 47.55º | 0.54% | 0.76% | - |
| XYZ | 39.25 | 42.21 | 15.53 | - |
| YUV | 170 | 82.29 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 89 | 0 | 0.11 | 0.54 | 0.24 | 47.55 | 0.47 | 0.56 |
| Hex | C3 | AD | 59 | 0 | B | 36 | 18 | 30 | 2F | 38 |
| Octal | 303 | 255 | 131 | 0 | 13 | 66 | 30 | 60 | 57 | 70 |
| Binary | 11000011 | 10101101 | 1011001 | 0 | 1011 | 110110 | 11000 | 110000 | 101111 | 111000 |
Color Harmonies of #C3AD59
Complementary color
Monochromatic Colors of #C3AD59
Black with #C3AD59
Text Example
Text Example
White with #C3AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD59; }
p { color: rgb(195,173,89); }
H1.HeaderClassName
{
color: #C3AD59;
}
.AnyTagClassName
{
color: #C3AD59;
}
</style>
background-color css
<style>
a { background-color: #C3AD59; }
a { background-color: rgb(195,173,89); }
div.DivClassName
{
background-color: #C3AD59;
}
.BgClassName
{
background-color: #C3AD59;
}
</style>
border-color css
<style>
span { border-color: #C3AD59; }
span { border-color: rgb(195,173,89); }
td.TdClassName
{
border-color: #C3AD59;
}
.TagClassName
{
border-color: #C3AD59;
}
</style>