Shades of Laser #C7A455
Tints of Laser #C7A455
RGB
CMYK
RGB Variations
Color information
#C7A455 (or 0xC7A455) is known color: Laser. HEX triplet: C7, A4 and 55. RGB value is (199,164,85). Sum of RGB (Red+Green+Blue) = 199+164+85=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A455 is #385BAA. Grayscale: #A5A5A5. Windows color (decimal): -3693483 or 5612743. OLE color: 5612743.
HSL color Cylindrical-coordinate representation of color #C7A455: hue angle of 41.58º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7A455 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 85 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.22 |
| HSL | 41.58º | 0.5% | 0.56% | - |
| HSV(B) | 41.58º | 0.57% | 0.78% | - |
| XYZ | 38.47 | 39.35 | 14.16 | - |
| YUV | 165.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 85 | 0 | 0.18 | 0.57 | 0.22 | 41.58 | 0.5 | 0.56 |
| Hex | C7 | A4 | 55 | 0 | 12 | 39 | 16 | 2A | 32 | 38 |
| Octal | 307 | 244 | 125 | 0 | 22 | 71 | 26 | 52 | 62 | 70 |
| Binary | 11000111 | 10100100 | 1010101 | 0 | 10010 | 111001 | 10110 | 101010 | 110010 | 111000 |
Color Harmonies of #C7A455
Complementary color
Monochromatic Colors of #C7A455
Black with #C7A455
Text Example
Text Example
White with #C7A455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A455; }
p { color: rgb(199,164,85); }
H1.HeaderClassName
{
color: #C7A455;
}
.AnyTagClassName
{
color: #C7A455;
}
</style>
background-color css
<style>
a { background-color: #C7A455; }
a { background-color: rgb(199,164,85); }
div.DivClassName
{
background-color: #C7A455;
}
.BgClassName
{
background-color: #C7A455;
}
</style>
border-color css
<style>
span { border-color: #C7A455; }
span { border-color: rgb(199,164,85); }
td.TdClassName
{
border-color: #C7A455;
}
.TagClassName
{
border-color: #C7A455;
}
</style>