Shades of Laser #C2A35C
Tints of Laser #C2A35C
RGB
CMYK
RGB Variations
Color information
#C2A35C (or 0xC2A35C) is known color: Laser. HEX triplet: C2, A3 and 5C. RGB value is (194,163,92). Sum of RGB (Red+Green+Blue) = 194+163+92=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A35C is #3D5CA3. Grayscale: #A4A4A4. Windows color (decimal): -4021412 or 6071234. OLE color: 6071234.
HSL color Cylindrical-coordinate representation of color #C2A35C: hue angle of 41.76º 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 #C2A35C is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 92 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.24 |
| HSL | 41.76º | 0.46% | 0.56% | - |
| HSV(B) | 41.76º | 0.53% | 0.76% | - |
| XYZ | 37.28 | 38.44 | 15.58 | - |
| YUV | 164.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 92 | 0 | 0.16 | 0.53 | 0.24 | 41.76 | 0.46 | 0.56 |
| Hex | C2 | A3 | 5C | 0 | 10 | 35 | 18 | 2A | 2E | 38 |
| Octal | 302 | 243 | 134 | 0 | 20 | 65 | 30 | 52 | 56 | 70 |
| Binary | 11000010 | 10100011 | 1011100 | 0 | 10000 | 110101 | 11000 | 101010 | 101110 | 111000 |
Color Harmonies of #C2A35C
Complementary color
Monochromatic Colors of #C2A35C
Black with #C2A35C
Text Example
Text Example
White with #C2A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A35C; }
p { color: rgb(194,163,92); }
H1.HeaderClassName
{
color: #C2A35C;
}
.AnyTagClassName
{
color: #C2A35C;
}
</style>
background-color css
<style>
a { background-color: #C2A35C; }
a { background-color: rgb(194,163,92); }
div.DivClassName
{
background-color: #C2A35C;
}
.BgClassName
{
background-color: #C2A35C;
}
</style>
border-color css
<style>
span { border-color: #C2A35C; }
span { border-color: rgb(194,163,92); }
td.TdClassName
{
border-color: #C2A35C;
}
.TagClassName
{
border-color: #C2A35C;
}
</style>