Shades of Laser #C8AD5B
Tints of Laser #C8AD5B
RGB
CMYK
RGB Variations
Color information
#C8AD5B (or 0xC8AD5B) is known color: Laser. HEX triplet: C8, AD and 5B. RGB value is (200,173,91). Sum of RGB (Red+Green+Blue) = 200+173+91=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD5B is #3752A4. Grayscale: #ACACAC. Windows color (decimal): -3625637 or 6008264. OLE color: 6008264.
HSL color Cylindrical-coordinate representation of color #C8AD5B: hue angle of 45.14º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8AD5B is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 91 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.22 |
| HSL | 45.14º | 0.5% | 0.57% | - |
| HSV(B) | 45.14º | 0.55% | 0.78% | - |
| XYZ | 40.65 | 42.92 | 16.04 | - |
| YUV | 171.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 91 | 0 | 0.14 | 0.54 | 0.22 | 45.14 | 0.5 | 0.57 |
| Hex | C8 | AD | 5B | 0 | E | 36 | 16 | 2D | 32 | 39 |
| Octal | 310 | 255 | 133 | 0 | 16 | 66 | 26 | 55 | 62 | 71 |
| Binary | 11001000 | 10101101 | 1011011 | 0 | 1110 | 110110 | 10110 | 101101 | 110010 | 111001 |
Color Harmonies of #C8AD5B
Complementary color
Monochromatic Colors of #C8AD5B
Black with #C8AD5B
Text Example
Text Example
White with #C8AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD5B; }
p { color: rgb(200,173,91); }
H1.HeaderClassName
{
color: #C8AD5B;
}
.AnyTagClassName
{
color: #C8AD5B;
}
</style>
background-color css
<style>
a { background-color: #C8AD5B; }
a { background-color: rgb(200,173,91); }
div.DivClassName
{
background-color: #C8AD5B;
}
.BgClassName
{
background-color: #C8AD5B;
}
</style>
border-color css
<style>
span { border-color: #C8AD5B; }
span { border-color: rgb(200,173,91); }
td.TdClassName
{
border-color: #C8AD5B;
}
.TagClassName
{
border-color: #C8AD5B;
}
</style>