Shades of Laser #C2A357
Tints of Laser #C2A357
RGB
CMYK
RGB Variations
Color information
#C2A357 (or 0xC2A357) is known color: Laser. HEX triplet: C2, A3 and 57. RGB value is (194,163,87). Sum of RGB (Red+Green+Blue) = 194+163+87=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A357 is #3D5CA8. Grayscale: #A3A3A3. Windows color (decimal): -4021417 or 5743554. OLE color: 5743554.
HSL color Cylindrical-coordinate representation of color #C2A357: hue angle of 42.62º 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 #C2A357 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 87 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.24 |
| HSL | 42.62º | 0.47% | 0.55% | - |
| HSV(B) | 42.62º | 0.55% | 0.76% | - |
| XYZ | 37.07 | 38.35 | 14.47 | - |
| YUV | 163.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 87 | 0 | 0.16 | 0.55 | 0.24 | 42.62 | 0.47 | 0.55 |
| Hex | C2 | A3 | 57 | 0 | 10 | 37 | 18 | 2B | 2F | 37 |
| Octal | 302 | 243 | 127 | 0 | 20 | 67 | 30 | 53 | 57 | 67 |
| Binary | 11000010 | 10100011 | 1010111 | 0 | 10000 | 110111 | 11000 | 101011 | 101111 | 110111 |
Color Harmonies of #C2A357
Complementary color
Monochromatic Colors of #C2A357
Black with #C2A357
Text Example
Text Example
White with #C2A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A357; }
p { color: rgb(194,163,87); }
H1.HeaderClassName
{
color: #C2A357;
}
.AnyTagClassName
{
color: #C2A357;
}
</style>
background-color css
<style>
a { background-color: #C2A357; }
a { background-color: rgb(194,163,87); }
div.DivClassName
{
background-color: #C2A357;
}
.BgClassName
{
background-color: #C2A357;
}
</style>
border-color css
<style>
span { border-color: #C2A357; }
span { border-color: rgb(194,163,87); }
td.TdClassName
{
border-color: #C2A357;
}
.TagClassName
{
border-color: #C2A357;
}
</style>