Shades of Laser #C8AF67
Tints of Laser #C8AF67
RGB
CMYK
RGB Variations
Color information
#C8AF67 (or 0xC8AF67) is known color: Laser. HEX triplet: C8, AF and 67. RGB value is (200,175,103). Sum of RGB (Red+Green+Blue) = 200+175+103=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF67 is #375098. Grayscale: #AEAEAE. Windows color (decimal): -3625113 or 6795208. OLE color: 6795208.
HSL color Cylindrical-coordinate representation of color #C8AF67: hue angle of 44.54º 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 #C8AF67 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 103 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.22 |
| HSL | 44.54º | 0.47% | 0.59% | - |
| HSV(B) | 44.54º | 0.49% | 0.78% | - |
| XYZ | 41.6 | 43.92 | 19.12 | - |
| YUV | 174.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 103 | 0 | 0.12 | 0.48 | 0.22 | 44.54 | 0.47 | 0.59 |
| Hex | C8 | AF | 67 | 0 | C | 30 | 16 | 2D | 2F | 3B |
| Octal | 310 | 257 | 147 | 0 | 14 | 60 | 26 | 55 | 57 | 73 |
| Binary | 11001000 | 10101111 | 1100111 | 0 | 1100 | 110000 | 10110 | 101101 | 101111 | 111011 |
Color Harmonies of #C8AF67
Complementary color
Monochromatic Colors of #C8AF67
Black with #C8AF67
Text Example
Text Example
White with #C8AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF67; }
p { color: rgb(200,175,103); }
H1.HeaderClassName
{
color: #C8AF67;
}
.AnyTagClassName
{
color: #C8AF67;
}
</style>
background-color css
<style>
a { background-color: #C8AF67; }
a { background-color: rgb(200,175,103); }
div.DivClassName
{
background-color: #C8AF67;
}
.BgClassName
{
background-color: #C8AF67;
}
</style>
border-color css
<style>
span { border-color: #C8AF67; }
span { border-color: rgb(200,175,103); }
td.TdClassName
{
border-color: #C8AF67;
}
.TagClassName
{
border-color: #C8AF67;
}
</style>