Shades of Laser #C2AF5D
Tints of Laser #C2AF5D
RGB
CMYK
RGB Variations
Color information
#C2AF5D (or 0xC2AF5D) is known color: Laser. HEX triplet: C2, AF and 5D. RGB value is (194,175,93). Sum of RGB (Red+Green+Blue) = 194+175+93=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF5D is #3D50A2. Grayscale: #ABABAB. Windows color (decimal): -4018339 or 6139842. OLE color: 6139842.
HSL color Cylindrical-coordinate representation of color #C2AF5D: hue angle of 48.71º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2AF5D is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 93 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.24 |
| HSL | 48.71º | 0.45% | 0.56% | - |
| HSV(B) | 48.71º | 0.52% | 0.76% | - |
| XYZ | 39.55 | 42.92 | 16.56 | - |
| YUV | 171.33 | 83.79 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 93 | 0 | 0.10 | 0.52 | 0.24 | 48.71 | 0.45 | 0.56 |
| Hex | C2 | AF | 5D | 0 | A | 34 | 18 | 31 | 2D | 38 |
| Octal | 302 | 257 | 135 | 0 | 12 | 64 | 30 | 61 | 55 | 70 |
| Binary | 11000010 | 10101111 | 1011101 | 0 | 1010 | 110100 | 11000 | 110001 | 101101 | 111000 |
Color Harmonies of #C2AF5D
Complementary color
Monochromatic Colors of #C2AF5D
Black with #C2AF5D
Text Example
Text Example
White with #C2AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF5D; }
p { color: rgb(194,175,93); }
H1.HeaderClassName
{
color: #C2AF5D;
}
.AnyTagClassName
{
color: #C2AF5D;
}
</style>
background-color css
<style>
a { background-color: #C2AF5D; }
a { background-color: rgb(194,175,93); }
div.DivClassName
{
background-color: #C2AF5D;
}
.BgClassName
{
background-color: #C2AF5D;
}
</style>
border-color css
<style>
span { border-color: #C2AF5D; }
span { border-color: rgb(194,175,93); }
td.TdClassName
{
border-color: #C2AF5D;
}
.TagClassName
{
border-color: #C2AF5D;
}
</style>