Shades of Laser #C8A95C
Tints of Laser #C8A95C
RGB
CMYK
RGB Variations
Color information
#C8A95C (or 0xC8A95C) is known color: Laser. HEX triplet: C8, A9 and 5C. RGB value is (200,169,92). Sum of RGB (Red+Green+Blue) = 200+169+92=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A95C is #3756A3. Grayscale: #A9A9A9. Windows color (decimal): -3626660 or 6072776. OLE color: 6072776.
HSL color Cylindrical-coordinate representation of color #C8A95C: hue angle of 42.78º 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 #C8A95C is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 92 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.22 |
| HSL | 42.78º | 0.5% | 0.57% | - |
| HSV(B) | 42.78º | 0.54% | 0.78% | - |
| XYZ | 39.94 | 41.43 | 16.02 | - |
| YUV | 169.49 | 84.27 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 92 | 0 | 0.16 | 0.54 | 0.22 | 42.78 | 0.5 | 0.57 |
| Hex | C8 | A9 | 5C | 0 | 10 | 36 | 16 | 2B | 32 | 39 |
| Octal | 310 | 251 | 134 | 0 | 20 | 66 | 26 | 53 | 62 | 71 |
| Binary | 11001000 | 10101001 | 1011100 | 0 | 10000 | 110110 | 10110 | 101011 | 110010 | 111001 |
Color Harmonies of #C8A95C
Complementary color
Monochromatic Colors of #C8A95C
Black with #C8A95C
Text Example
Text Example
White with #C8A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A95C; }
p { color: rgb(200,169,92); }
H1.HeaderClassName
{
color: #C8A95C;
}
.AnyTagClassName
{
color: #C8A95C;
}
</style>
background-color css
<style>
a { background-color: #C8A95C; }
a { background-color: rgb(200,169,92); }
div.DivClassName
{
background-color: #C8A95C;
}
.BgClassName
{
background-color: #C8A95C;
}
</style>
border-color css
<style>
span { border-color: #C8A95C; }
span { border-color: rgb(200,169,92); }
td.TdClassName
{
border-color: #C8A95C;
}
.TagClassName
{
border-color: #C8A95C;
}
</style>