Shades of Laser #C2A55C
Tints of Laser #C2A55C
RGB
CMYK
RGB Variations
Color information
#C2A55C (or 0xC2A55C) is known color: Laser. HEX triplet: C2, A5 and 5C. RGB value is (194,165,92). Sum of RGB (Red+Green+Blue) = 194+165+92=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A55C is #3D5AA3. Grayscale: #A5A5A5. Windows color (decimal): -4020900 or 6071746. OLE color: 6071746.
HSL color Cylindrical-coordinate representation of color #C2A55C: hue angle of 42.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2A55C is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 92 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.24 |
| HSL | 42.94º | 0.46% | 0.56% | - |
| HSV(B) | 42.94º | 0.53% | 0.76% | - |
| XYZ | 37.64 | 39.15 | 15.7 | - |
| YUV | 165.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 92 | 0 | 0.15 | 0.53 | 0.24 | 42.94 | 0.46 | 0.56 |
| Hex | C2 | A5 | 5C | 0 | F | 35 | 18 | 2B | 2E | 38 |
| Octal | 302 | 245 | 134 | 0 | 17 | 65 | 30 | 53 | 56 | 70 |
| Binary | 11000010 | 10100101 | 1011100 | 0 | 1111 | 110101 | 11000 | 101011 | 101110 | 111000 |
Color Harmonies of #C2A55C
Complementary color
Monochromatic Colors of #C2A55C
Black with #C2A55C
Text Example
Text Example
White with #C2A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A55C; }
p { color: rgb(194,165,92); }
H1.HeaderClassName
{
color: #C2A55C;
}
.AnyTagClassName
{
color: #C2A55C;
}
</style>
background-color css
<style>
a { background-color: #C2A55C; }
a { background-color: rgb(194,165,92); }
div.DivClassName
{
background-color: #C2A55C;
}
.BgClassName
{
background-color: #C2A55C;
}
</style>
border-color css
<style>
span { border-color: #C2A55C; }
span { border-color: rgb(194,165,92); }
td.TdClassName
{
border-color: #C2A55C;
}
.TagClassName
{
border-color: #C2A55C;
}
</style>