Shades of Laser #C2AD58
Tints of Laser #C2AD58
RGB
CMYK
RGB Variations
Color information
#C2AD58 (or 0xC2AD58) is known color: Laser. HEX triplet: C2, AD and 58. RGB value is (194,173,88). Sum of RGB (Red+Green+Blue) = 194+173+88=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD58 is #3D52A7. Grayscale: #A9A9A9. Windows color (decimal): -4018856 or 5811650. OLE color: 5811650.
HSL color Cylindrical-coordinate representation of color #C2AD58: hue angle of 48.11º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2AD58 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 88 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.24 |
| HSL | 48.11º | 0.46% | 0.55% | - |
| HSV(B) | 48.11º | 0.55% | 0.76% | - |
| XYZ | 38.95 | 42.06 | 15.3 | - |
| YUV | 169.59 | 81.96 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 88 | 0 | 0.11 | 0.55 | 0.24 | 48.11 | 0.46 | 0.55 |
| Hex | C2 | AD | 58 | 0 | B | 37 | 18 | 30 | 2E | 37 |
| Octal | 302 | 255 | 130 | 0 | 13 | 67 | 30 | 60 | 56 | 67 |
| Binary | 11000010 | 10101101 | 1011000 | 0 | 1011 | 110111 | 11000 | 110000 | 101110 | 110111 |
Color Harmonies of #C2AD58
Complementary color
Monochromatic Colors of #C2AD58
Black with #C2AD58
Text Example
Text Example
White with #C2AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD58; }
p { color: rgb(194,173,88); }
H1.HeaderClassName
{
color: #C2AD58;
}
.AnyTagClassName
{
color: #C2AD58;
}
</style>
background-color css
<style>
a { background-color: #C2AD58; }
a { background-color: rgb(194,173,88); }
div.DivClassName
{
background-color: #C2AD58;
}
.BgClassName
{
background-color: #C2AD58;
}
</style>
border-color css
<style>
span { border-color: #C2AD58; }
span { border-color: rgb(194,173,88); }
td.TdClassName
{
border-color: #C2AD58;
}
.TagClassName
{
border-color: #C2AD58;
}
</style>