Shades of Laser #C2A95C
Tints of Laser #C2A95C
RGB
CMYK
RGB Variations
Color information
#C2A95C (or 0xC2A95C) is known color: Laser. HEX triplet: C2, A9 and 5C. RGB value is (194,169,92). Sum of RGB (Red+Green+Blue) = 194+169+92=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A95C is #3D56A3. Grayscale: #A8A8A8. Windows color (decimal): -4019876 or 6072770. OLE color: 6072770.
HSL color Cylindrical-coordinate representation of color #C2A95C: hue angle of 45.29º 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 #C2A95C is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 92 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.24 |
| HSL | 45.29º | 0.46% | 0.56% | - |
| HSV(B) | 45.29º | 0.53% | 0.76% | - |
| XYZ | 38.37 | 40.62 | 15.94 | - |
| YUV | 167.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 92 | 0 | 0.13 | 0.53 | 0.24 | 45.29 | 0.46 | 0.56 |
| Hex | C2 | A9 | 5C | 0 | D | 35 | 18 | 2D | 2E | 38 |
| Octal | 302 | 251 | 134 | 0 | 15 | 65 | 30 | 55 | 56 | 70 |
| Binary | 11000010 | 10101001 | 1011100 | 0 | 1101 | 110101 | 11000 | 101101 | 101110 | 111000 |
Color Harmonies of #C2A95C
Complementary color
Monochromatic Colors of #C2A95C
Black with #C2A95C
Text Example
Text Example
White with #C2A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A95C; }
p { color: rgb(194,169,92); }
H1.HeaderClassName
{
color: #C2A95C;
}
.AnyTagClassName
{
color: #C2A95C;
}
</style>
background-color css
<style>
a { background-color: #C2A95C; }
a { background-color: rgb(194,169,92); }
div.DivClassName
{
background-color: #C2A95C;
}
.BgClassName
{
background-color: #C2A95C;
}
</style>
border-color css
<style>
span { border-color: #C2A95C; }
span { border-color: rgb(194,169,92); }
td.TdClassName
{
border-color: #C2A95C;
}
.TagClassName
{
border-color: #C2A95C;
}
</style>