Shades of Laser #C2A85B
Tints of Laser #C2A85B
RGB
CMYK
RGB Variations
Color information
#C2A85B (or 0xC2A85B) is known color: Laser. HEX triplet: C2, A8 and 5B. RGB value is (194,168,91). Sum of RGB (Red+Green+Blue) = 194+168+91=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A85B is #3D57A4. Grayscale: #A7A7A7. Windows color (decimal): -4020133 or 6006978. OLE color: 6006978.
HSL color Cylindrical-coordinate representation of color #C2A85B: hue angle of 44.85º 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 #C2A85B is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 91 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.24 |
| HSL | 44.85º | 0.46% | 0.56% | - |
| HSV(B) | 44.85º | 0.53% | 0.76% | - |
| XYZ | 38.14 | 40.23 | 15.65 | - |
| YUV | 167 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 91 | 0 | 0.13 | 0.53 | 0.24 | 44.85 | 0.46 | 0.56 |
| Hex | C2 | A8 | 5B | 0 | D | 35 | 18 | 2D | 2E | 38 |
| Octal | 302 | 250 | 133 | 0 | 15 | 65 | 30 | 55 | 56 | 70 |
| Binary | 11000010 | 10101000 | 1011011 | 0 | 1101 | 110101 | 11000 | 101101 | 101110 | 111000 |
Color Harmonies of #C2A85B
Complementary color
Monochromatic Colors of #C2A85B
Black with #C2A85B
Text Example
Text Example
White with #C2A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A85B; }
p { color: rgb(194,168,91); }
H1.HeaderClassName
{
color: #C2A85B;
}
.AnyTagClassName
{
color: #C2A85B;
}
</style>
background-color css
<style>
a { background-color: #C2A85B; }
a { background-color: rgb(194,168,91); }
div.DivClassName
{
background-color: #C2A85B;
}
.BgClassName
{
background-color: #C2A85B;
}
</style>
border-color css
<style>
span { border-color: #C2A85B; }
span { border-color: rgb(194,168,91); }
td.TdClassName
{
border-color: #C2A85B;
}
.TagClassName
{
border-color: #C2A85B;
}
</style>