Shades of Laser #C8AF61
Tints of Laser #C8AF61
RGB
CMYK
RGB Variations
Color information
#C8AF61 (or 0xC8AF61) is known color: Laser. HEX triplet: C8, AF and 61. RGB value is (200,175,97). Sum of RGB (Red+Green+Blue) = 200+175+97=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF61 is #37509E. Grayscale: #ADADAD. Windows color (decimal): -3625119 or 6401992. OLE color: 6401992.
HSL color Cylindrical-coordinate representation of color #C8AF61: hue angle of 45.44º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8AF61 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 97 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.22 |
| HSL | 45.44º | 0.48% | 0.58% | - |
| HSV(B) | 45.44º | 0.52% | 0.78% | - |
| XYZ | 41.31 | 43.8 | 17.59 | - |
| YUV | 173.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 97 | 0 | 0.12 | 0.52 | 0.22 | 45.44 | 0.48 | 0.58 |
| Hex | C8 | AF | 61 | 0 | C | 34 | 16 | 2D | 30 | 3A |
| Octal | 310 | 257 | 141 | 0 | 14 | 64 | 26 | 55 | 60 | 72 |
| Binary | 11001000 | 10101111 | 1100001 | 0 | 1100 | 110100 | 10110 | 101101 | 110000 | 111010 |
Color Harmonies of #C8AF61
Complementary color
Monochromatic Colors of #C8AF61
Black with #C8AF61
Text Example
Text Example
White with #C8AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF61; }
p { color: rgb(200,175,97); }
H1.HeaderClassName
{
color: #C8AF61;
}
.AnyTagClassName
{
color: #C8AF61;
}
</style>
background-color css
<style>
a { background-color: #C8AF61; }
a { background-color: rgb(200,175,97); }
div.DivClassName
{
background-color: #C8AF61;
}
.BgClassName
{
background-color: #C8AF61;
}
</style>
border-color css
<style>
span { border-color: #C8AF61; }
span { border-color: rgb(200,175,97); }
td.TdClassName
{
border-color: #C8AF61;
}
.TagClassName
{
border-color: #C8AF61;
}
</style>