Shades of Laser #C8A557
Tints of Laser #C8A557
RGB
CMYK
RGB Variations
Color information
#C8A557 (or 0xC8A557) is known color: Laser. HEX triplet: C8, A5 and 57. RGB value is (200,165,87). Sum of RGB (Red+Green+Blue) = 200+165+87=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A557 is #375AA8. Grayscale: #A6A6A6. Windows color (decimal): -3627689 or 5744072. OLE color: 5744072.
HSL color Cylindrical-coordinate representation of color #C8A557: hue angle of 41.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8A557 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 87 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.22 |
| HSL | 41.42º | 0.51% | 0.56% | - |
| HSV(B) | 41.42º | 0.57% | 0.78% | - |
| XYZ | 38.99 | 39.88 | 14.66 | - |
| YUV | 166.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 87 | 0 | 0.18 | 0.56 | 0.22 | 41.42 | 0.51 | 0.56 |
| Hex | C8 | A5 | 57 | 0 | 12 | 38 | 16 | 29 | 33 | 38 |
| Octal | 310 | 245 | 127 | 0 | 22 | 70 | 26 | 51 | 63 | 70 |
| Binary | 11001000 | 10100101 | 1010111 | 0 | 10010 | 111000 | 10110 | 101001 | 110011 | 111000 |
Color Harmonies of #C8A557
Complementary color
Monochromatic Colors of #C8A557
Black with #C8A557
Text Example
Text Example
White with #C8A557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A557; }
p { color: rgb(200,165,87); }
H1.HeaderClassName
{
color: #C8A557;
}
.AnyTagClassName
{
color: #C8A557;
}
</style>
background-color css
<style>
a { background-color: #C8A557; }
a { background-color: rgb(200,165,87); }
div.DivClassName
{
background-color: #C8A557;
}
.BgClassName
{
background-color: #C8A557;
}
</style>
border-color css
<style>
span { border-color: #C8A557; }
span { border-color: rgb(200,165,87); }
td.TdClassName
{
border-color: #C8A557;
}
.TagClassName
{
border-color: #C8A557;
}
</style>