Shades of Laser #C8A865
Tints of Laser #C8A865
RGB
CMYK
RGB Variations
Color information
#C8A865 (or 0xC8A865) is known color: Laser. HEX triplet: C8, A8 and 65. RGB value is (200,168,101). Sum of RGB (Red+Green+Blue) = 200+168+101=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A865 is #37579A. Grayscale: #AAAAAA. Windows color (decimal): -3626907 or 6662344. OLE color: 6662344.
HSL color Cylindrical-coordinate representation of color #C8A865: hue angle of 40.61º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8A865 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 101 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.22 |
| HSL | 40.61º | 0.47% | 0.59% | - |
| HSV(B) | 40.61º | 0.5% | 0.78% | - |
| XYZ | 40.17 | 41.22 | 18.15 | - |
| YUV | 169.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 101 | 0 | 0.16 | 0.49 | 0.22 | 40.61 | 0.47 | 0.59 |
| Hex | C8 | A8 | 65 | 0 | 10 | 31 | 16 | 29 | 2F | 3B |
| Octal | 310 | 250 | 145 | 0 | 20 | 61 | 26 | 51 | 57 | 73 |
| Binary | 11001000 | 10101000 | 1100101 | 0 | 10000 | 110001 | 10110 | 101001 | 101111 | 111011 |
Color Harmonies of #C8A865
Complementary color
Monochromatic Colors of #C8A865
Black with #C8A865
Text Example
Text Example
White with #C8A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A865; }
p { color: rgb(200,168,101); }
H1.HeaderClassName
{
color: #C8A865;
}
.AnyTagClassName
{
color: #C8A865;
}
</style>
background-color css
<style>
a { background-color: #C8A865; }
a { background-color: rgb(200,168,101); }
div.DivClassName
{
background-color: #C8A865;
}
.BgClassName
{
background-color: #C8A865;
}
</style>
border-color css
<style>
span { border-color: #C8A865; }
span { border-color: rgb(200,168,101); }
td.TdClassName
{
border-color: #C8A865;
}
.TagClassName
{
border-color: #C8A865;
}
</style>