Shades of Laser #C8AA56
Tints of Laser #C8AA56
RGB
CMYK
RGB Variations
Color information
#C8AA56 (or 0xC8AA56) is known color: Laser. HEX triplet: C8, AA and 56. RGB value is (200,170,86). Sum of RGB (Red+Green+Blue) = 200+170+86=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA56 is #3755A9. Grayscale: #A9A9A9. Windows color (decimal): -3626410 or 5679816. OLE color: 5679816.
HSL color Cylindrical-coordinate representation of color #C8AA56: hue angle of 44.21º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8AA56 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 86 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.22 |
| HSL | 44.21º | 0.51% | 0.56% | - |
| HSV(B) | 44.21º | 0.57% | 0.78% | - |
| XYZ | 39.87 | 41.7 | 14.75 | - |
| YUV | 169.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 86 | 0 | 0.15 | 0.57 | 0.22 | 44.21 | 0.51 | 0.56 |
| Hex | C8 | AA | 56 | 0 | F | 39 | 16 | 2C | 33 | 38 |
| Octal | 310 | 252 | 126 | 0 | 17 | 71 | 26 | 54 | 63 | 70 |
| Binary | 11001000 | 10101010 | 1010110 | 0 | 1111 | 111001 | 10110 | 101100 | 110011 | 111000 |
Color Harmonies of #C8AA56
Complementary color
Monochromatic Colors of #C8AA56
Black with #C8AA56
Text Example
Text Example
White with #C8AA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA56; }
p { color: rgb(200,170,86); }
H1.HeaderClassName
{
color: #C8AA56;
}
.AnyTagClassName
{
color: #C8AA56;
}
</style>
background-color css
<style>
a { background-color: #C8AA56; }
a { background-color: rgb(200,170,86); }
div.DivClassName
{
background-color: #C8AA56;
}
.BgClassName
{
background-color: #C8AA56;
}
</style>
border-color css
<style>
span { border-color: #C8AA56; }
span { border-color: rgb(200,170,86); }
td.TdClassName
{
border-color: #C8AA56;
}
.TagClassName
{
border-color: #C8AA56;
}
</style>