Shades of Laser #C7A25D
Tints of Laser #C7A25D
RGB
CMYK
RGB Variations
Color information
#C7A25D (or 0xC7A25D) is known color: Laser. HEX triplet: C7, A2 and 5D. RGB value is (199,162,93). Sum of RGB (Red+Green+Blue) = 199+162+93=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A25D is #385DA2. Grayscale: #A5A5A5. Windows color (decimal): -3693987 or 6136519. OLE color: 6136519.
HSL color Cylindrical-coordinate representation of color #C7A25D: hue angle of 39.06º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7A25D is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 93 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.22 |
| HSL | 39.06º | 0.49% | 0.57% | - |
| HSV(B) | 39.06º | 0.53% | 0.78% | - |
| XYZ | 38.45 | 38.77 | 15.81 | - |
| YUV | 165.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 93 | 0 | 0.19 | 0.53 | 0.22 | 39.06 | 0.49 | 0.57 |
| Hex | C7 | A2 | 5D | 0 | 13 | 35 | 16 | 27 | 31 | 39 |
| Octal | 307 | 242 | 135 | 0 | 23 | 65 | 26 | 47 | 61 | 71 |
| Binary | 11000111 | 10100010 | 1011101 | 0 | 10011 | 110101 | 10110 | 100111 | 110001 | 111001 |
Color Harmonies of #C7A25D
Complementary color
Monochromatic Colors of #C7A25D
Black with #C7A25D
Text Example
Text Example
White with #C7A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A25D; }
p { color: rgb(199,162,93); }
H1.HeaderClassName
{
color: #C7A25D;
}
.AnyTagClassName
{
color: #C7A25D;
}
</style>
background-color css
<style>
a { background-color: #C7A25D; }
a { background-color: rgb(199,162,93); }
div.DivClassName
{
background-color: #C7A25D;
}
.BgClassName
{
background-color: #C7A25D;
}
</style>
border-color css
<style>
span { border-color: #C7A25D; }
span { border-color: rgb(199,162,93); }
td.TdClassName
{
border-color: #C7A25D;
}
.TagClassName
{
border-color: #C7A25D;
}
</style>