Shades of Laser #C7AF65
Tints of Laser #C7AF65
RGB
CMYK
RGB Variations
Color information
#C7AF65 (or 0xC7AF65) is known color: Laser. HEX triplet: C7, AF and 65. RGB value is (199,175,101). Sum of RGB (Red+Green+Blue) = 199+175+101=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF65 is #38509A. Grayscale: #AEAEAE. Windows color (decimal): -3690651 or 6664135. OLE color: 6664135.
HSL color Cylindrical-coordinate representation of color #C7AF65: hue angle of 45.31º 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 #C7AF65 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 101 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.22 |
| HSL | 45.31º | 0.47% | 0.59% | - |
| HSV(B) | 45.31º | 0.49% | 0.78% | - |
| XYZ | 41.23 | 43.74 | 18.58 | - |
| YUV | 173.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 101 | 0 | 0.12 | 0.49 | 0.22 | 45.31 | 0.47 | 0.59 |
| Hex | C7 | AF | 65 | 0 | C | 31 | 16 | 2D | 2F | 3B |
| Octal | 307 | 257 | 145 | 0 | 14 | 61 | 26 | 55 | 57 | 73 |
| Binary | 11000111 | 10101111 | 1100101 | 0 | 1100 | 110001 | 10110 | 101101 | 101111 | 111011 |
Color Harmonies of #C7AF65
Complementary color
Monochromatic Colors of #C7AF65
Black with #C7AF65
Text Example
Text Example
White with #C7AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF65; }
p { color: rgb(199,175,101); }
H1.HeaderClassName
{
color: #C7AF65;
}
.AnyTagClassName
{
color: #C7AF65;
}
</style>
background-color css
<style>
a { background-color: #C7AF65; }
a { background-color: rgb(199,175,101); }
div.DivClassName
{
background-color: #C7AF65;
}
.BgClassName
{
background-color: #C7AF65;
}
</style>
border-color css
<style>
span { border-color: #C7AF65; }
span { border-color: rgb(199,175,101); }
td.TdClassName
{
border-color: #C7AF65;
}
.TagClassName
{
border-color: #C7AF65;
}
</style>