Shades of Laser #C7AF67
Tints of Laser #C7AF67
RGB
CMYK
RGB Variations
Color information
#C7AF67 (or 0xC7AF67) is known color: Laser. HEX triplet: C7, AF and 67. RGB value is (199,175,103). Sum of RGB (Red+Green+Blue) = 199+175+103=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF67 is #385098. Grayscale: #AEAEAE. Windows color (decimal): -3690649 or 6795207. OLE color: 6795207.
HSL color Cylindrical-coordinate representation of color #C7AF67: hue angle of 45º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7AF67 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 103 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.22 |
| HSL | 45º | 0.46% | 0.59% | - |
| HSV(B) | 45º | 0.48% | 0.78% | - |
| XYZ | 41.33 | 43.78 | 19.1 | - |
| YUV | 173.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 103 | 0 | 0.12 | 0.48 | 0.22 | 45 | 0.46 | 0.59 |
| Hex | C7 | AF | 67 | 0 | C | 30 | 16 | 2D | 2E | 3B |
| Octal | 307 | 257 | 147 | 0 | 14 | 60 | 26 | 55 | 56 | 73 |
| Binary | 11000111 | 10101111 | 1100111 | 0 | 1100 | 110000 | 10110 | 101101 | 101110 | 111011 |
Color Harmonies of #C7AF67
Complementary color
Monochromatic Colors of #C7AF67
Black with #C7AF67
Text Example
Text Example
White with #C7AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF67; }
p { color: rgb(199,175,103); }
H1.HeaderClassName
{
color: #C7AF67;
}
.AnyTagClassName
{
color: #C7AF67;
}
</style>
background-color css
<style>
a { background-color: #C7AF67; }
a { background-color: rgb(199,175,103); }
div.DivClassName
{
background-color: #C7AF67;
}
.BgClassName
{
background-color: #C7AF67;
}
</style>
border-color css
<style>
span { border-color: #C7AF67; }
span { border-color: rgb(199,175,103); }
td.TdClassName
{
border-color: #C7AF67;
}
.TagClassName
{
border-color: #C7AF67;
}
</style>