Shades of Laser #C3A857
Tints of Laser #C3A857
RGB
CMYK
RGB Variations
Color information
#C3A857 (or 0xC3A857) is known color: Laser. HEX triplet: C3, A8 and 57. RGB value is (195,168,87). Sum of RGB (Red+Green+Blue) = 195+168+87=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A857 is #3C57A8. Grayscale: #A7A7A7. Windows color (decimal): -3954601 or 5744835. OLE color: 5744835.
HSL color Cylindrical-coordinate representation of color #C3A857: hue angle of 45º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3A857 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 87 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.24 |
| HSL | 45º | 0.47% | 0.55% | - |
| HSV(B) | 45º | 0.55% | 0.76% | - |
| XYZ | 38.23 | 40.3 | 14.78 | - |
| YUV | 166.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 87 | 0 | 0.14 | 0.55 | 0.24 | 45 | 0.47 | 0.55 |
| Hex | C3 | A8 | 57 | 0 | E | 37 | 18 | 2D | 2F | 37 |
| Octal | 303 | 250 | 127 | 0 | 16 | 67 | 30 | 55 | 57 | 67 |
| Binary | 11000011 | 10101000 | 1010111 | 0 | 1110 | 110111 | 11000 | 101101 | 101111 | 110111 |
Color Harmonies of #C3A857
Complementary color
Monochromatic Colors of #C3A857
Black with #C3A857
Text Example
Text Example
White with #C3A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A857; }
p { color: rgb(195,168,87); }
H1.HeaderClassName
{
color: #C3A857;
}
.AnyTagClassName
{
color: #C3A857;
}
</style>
background-color css
<style>
a { background-color: #C3A857; }
a { background-color: rgb(195,168,87); }
div.DivClassName
{
background-color: #C3A857;
}
.BgClassName
{
background-color: #C3A857;
}
</style>
border-color css
<style>
span { border-color: #C3A857; }
span { border-color: rgb(195,168,87); }
td.TdClassName
{
border-color: #C3A857;
}
.TagClassName
{
border-color: #C3A857;
}
</style>