Shades of Laser #C8A558
Tints of Laser #C8A558
RGB
CMYK
RGB Variations
Color information
#C8A558 (or 0xC8A558) is known color: Laser. HEX triplet: C8, A5 and 58. RGB value is (200,165,88). Sum of RGB (Red+Green+Blue) = 200+165+88=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A558 is #375AA7. Grayscale: #A7A7A7. Windows color (decimal): -3627688 or 5809608. OLE color: 5809608.
HSL color Cylindrical-coordinate representation of color #C8A558: hue angle of 41.25º degrees, saturation: 0.5, 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 #C8A558 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 88 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.22 |
| HSL | 41.25º | 0.5% | 0.56% | - |
| HSV(B) | 41.25º | 0.56% | 0.78% | - |
| XYZ | 39.04 | 39.89 | 14.88 | - |
| YUV | 166.69 | 83.6 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 88 | 0 | 0.18 | 0.56 | 0.22 | 41.25 | 0.5 | 0.56 |
| Hex | C8 | A5 | 58 | 0 | 12 | 38 | 16 | 29 | 32 | 38 |
| Octal | 310 | 245 | 130 | 0 | 22 | 70 | 26 | 51 | 62 | 70 |
| Binary | 11001000 | 10100101 | 1011000 | 0 | 10010 | 111000 | 10110 | 101001 | 110010 | 111000 |
Color Harmonies of #C8A558
Complementary color
Monochromatic Colors of #C8A558
Black with #C8A558
Text Example
Text Example
White with #C8A558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A558; }
p { color: rgb(200,165,88); }
H1.HeaderClassName
{
color: #C8A558;
}
.AnyTagClassName
{
color: #C8A558;
}
</style>
background-color css
<style>
a { background-color: #C8A558; }
a { background-color: rgb(200,165,88); }
div.DivClassName
{
background-color: #C8A558;
}
.BgClassName
{
background-color: #C8A558;
}
</style>
border-color css
<style>
span { border-color: #C8A558; }
span { border-color: rgb(200,165,88); }
td.TdClassName
{
border-color: #C8A558;
}
.TagClassName
{
border-color: #C8A558;
}
</style>