Shades of Laser #C3AD61
Tints of Laser #C3AD61
RGB
CMYK
RGB Variations
Color information
#C3AD61 (or 0xC3AD61) is known color: Laser. HEX triplet: C3, AD and 61. RGB value is (195,173,97). Sum of RGB (Red+Green+Blue) = 195+173+97=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD61 is #3C529E. Grayscale: #ABABAB. Windows color (decimal): -3953311 or 6401475. OLE color: 6401475.
HSL color Cylindrical-coordinate representation of color #C3AD61: hue angle of 46.53º 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 #C3AD61 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 97 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.24 |
| HSL | 46.53º | 0.45% | 0.57% | - |
| HSV(B) | 46.53º | 0.5% | 0.76% | - |
| XYZ | 39.61 | 42.35 | 17.4 | - |
| YUV | 170.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 97 | 0 | 0.11 | 0.50 | 0.24 | 46.53 | 0.45 | 0.57 |
| Hex | C3 | AD | 61 | 0 | B | 32 | 18 | 2F | 2D | 39 |
| Octal | 303 | 255 | 141 | 0 | 13 | 62 | 30 | 57 | 55 | 71 |
| Binary | 11000011 | 10101101 | 1100001 | 0 | 1011 | 110010 | 11000 | 101111 | 101101 | 111001 |
Color Harmonies of #C3AD61
Complementary color
Monochromatic Colors of #C3AD61
Black with #C3AD61
Text Example
Text Example
White with #C3AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD61; }
p { color: rgb(195,173,97); }
H1.HeaderClassName
{
color: #C3AD61;
}
.AnyTagClassName
{
color: #C3AD61;
}
</style>
background-color css
<style>
a { background-color: #C3AD61; }
a { background-color: rgb(195,173,97); }
div.DivClassName
{
background-color: #C3AD61;
}
.BgClassName
{
background-color: #C3AD61;
}
</style>
border-color css
<style>
span { border-color: #C3AD61; }
span { border-color: rgb(195,173,97); }
td.TdClassName
{
border-color: #C3AD61;
}
.TagClassName
{
border-color: #C3AD61;
}
</style>