Shades of Laser #C7A565
Tints of Laser #C7A565
RGB
CMYK
RGB Variations
Color information
#C7A565 (or 0xC7A565) is known color: Laser. HEX triplet: C7, A5 and 65. RGB value is (199,165,101). Sum of RGB (Red+Green+Blue) = 199+165+101=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A565 is #385A9A. Grayscale: #A8A8A8. Windows color (decimal): -3693211 or 6661575. OLE color: 6661575.
HSL color Cylindrical-coordinate representation of color #C7A565: hue angle of 39.18º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7A565 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 101 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.22 |
| HSL | 39.18º | 0.47% | 0.59% | - |
| HSV(B) | 39.18º | 0.49% | 0.78% | - |
| XYZ | 39.36 | 39.99 | 17.96 | - |
| YUV | 167.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 101 | 0 | 0.17 | 0.49 | 0.22 | 39.18 | 0.47 | 0.59 |
| Hex | C7 | A5 | 65 | 0 | 11 | 31 | 16 | 27 | 2F | 3B |
| Octal | 307 | 245 | 145 | 0 | 21 | 61 | 26 | 47 | 57 | 73 |
| Binary | 11000111 | 10100101 | 1100101 | 0 | 10001 | 110001 | 10110 | 100111 | 101111 | 111011 |
Color Harmonies of #C7A565
Complementary color
Monochromatic Colors of #C7A565
Black with #C7A565
Text Example
Text Example
White with #C7A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A565; }
p { color: rgb(199,165,101); }
H1.HeaderClassName
{
color: #C7A565;
}
.AnyTagClassName
{
color: #C7A565;
}
</style>
background-color css
<style>
a { background-color: #C7A565; }
a { background-color: rgb(199,165,101); }
div.DivClassName
{
background-color: #C7A565;
}
.BgClassName
{
background-color: #C7A565;
}
</style>
border-color css
<style>
span { border-color: #C7A565; }
span { border-color: rgb(199,165,101); }
td.TdClassName
{
border-color: #C7A565;
}
.TagClassName
{
border-color: #C7A565;
}
</style>