Shades of Laser #C8A466
Tints of Laser #C8A466
RGB
CMYK
RGB Variations
Color information
#C8A466 (or 0xC8A466) is known color: Laser. HEX triplet: C8, A4 and 66. RGB value is (200,164,102). Sum of RGB (Red+Green+Blue) = 200+164+102=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A466 is #375B99. Grayscale: #A7A7A7. Windows color (decimal): -3627930 or 6726856. OLE color: 6726856.
HSL color Cylindrical-coordinate representation of color #C8A466: hue angle of 37.96º 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 #C8A466 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 102 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.22 |
| HSL | 37.96º | 0.47% | 0.59% | - |
| HSV(B) | 37.96º | 0.49% | 0.78% | - |
| XYZ | 39.49 | 39.79 | 18.17 | - |
| YUV | 167.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 102 | 0 | 0.18 | 0.49 | 0.22 | 37.96 | 0.47 | 0.59 |
| Hex | C8 | A4 | 66 | 0 | 12 | 31 | 16 | 26 | 2F | 3B |
| Octal | 310 | 244 | 146 | 0 | 22 | 61 | 26 | 46 | 57 | 73 |
| Binary | 11001000 | 10100100 | 1100110 | 0 | 10010 | 110001 | 10110 | 100110 | 101111 | 111011 |
Color Harmonies of #C8A466
Complementary color
Monochromatic Colors of #C8A466
Black with #C8A466
Text Example
Text Example
White with #C8A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A466; }
p { color: rgb(200,164,102); }
H1.HeaderClassName
{
color: #C8A466;
}
.AnyTagClassName
{
color: #C8A466;
}
</style>
background-color css
<style>
a { background-color: #C8A466; }
a { background-color: rgb(200,164,102); }
div.DivClassName
{
background-color: #C8A466;
}
.BgClassName
{
background-color: #C8A466;
}
</style>
border-color css
<style>
span { border-color: #C8A466; }
span { border-color: rgb(200,164,102); }
td.TdClassName
{
border-color: #C8A466;
}
.TagClassName
{
border-color: #C8A466;
}
</style>