Shades of Laser #C7A358
Tints of Laser #C7A358
RGB
CMYK
RGB Variations
Color information
#C7A358 (or 0xC7A358) is known color: Laser. HEX triplet: C7, A3 and 58. RGB value is (199,163,88). Sum of RGB (Red+Green+Blue) = 199+163+88=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A358 is #385CA7. Grayscale: #A5A5A5. Windows color (decimal): -3693736 or 5809095. OLE color: 5809095.
HSL color Cylindrical-coordinate representation of color #C7A358: hue angle of 40.54º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7A358 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 88 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.22 |
| HSL | 40.54º | 0.5% | 0.56% | - |
| HSV(B) | 40.54º | 0.56% | 0.78% | - |
| XYZ | 38.41 | 39.04 | 14.74 | - |
| YUV | 165.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 88 | 0 | 0.18 | 0.56 | 0.22 | 40.54 | 0.5 | 0.56 |
| Hex | C7 | A3 | 58 | 0 | 12 | 38 | 16 | 29 | 32 | 38 |
| Octal | 307 | 243 | 130 | 0 | 22 | 70 | 26 | 51 | 62 | 70 |
| Binary | 11000111 | 10100011 | 1011000 | 0 | 10010 | 111000 | 10110 | 101001 | 110010 | 111000 |
Color Harmonies of #C7A358
Complementary color
Monochromatic Colors of #C7A358
Black with #C7A358
Text Example
Text Example
White with #C7A358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A358; }
p { color: rgb(199,163,88); }
H1.HeaderClassName
{
color: #C7A358;
}
.AnyTagClassName
{
color: #C7A358;
}
</style>
background-color css
<style>
a { background-color: #C7A358; }
a { background-color: rgb(199,163,88); }
div.DivClassName
{
background-color: #C7A358;
}
.BgClassName
{
background-color: #C7A358;
}
</style>
border-color css
<style>
span { border-color: #C7A358; }
span { border-color: rgb(199,163,88); }
td.TdClassName
{
border-color: #C7A358;
}
.TagClassName
{
border-color: #C7A358;
}
</style>