Shades of Laser #C2A45B
Tints of Laser #C2A45B
RGB
CMYK
RGB Variations
Color information
#C2A45B (or 0xC2A45B) is known color: Laser. HEX triplet: C2, A4 and 5B. RGB value is (194,164,91). Sum of RGB (Red+Green+Blue) = 194+164+91=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A45B is #3D5BA4. Grayscale: #A4A4A4. Windows color (decimal): -4021157 or 6005954. OLE color: 6005954.
HSL color Cylindrical-coordinate representation of color #C2A45B: hue angle of 42.52º 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 #C2A45B is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 91 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.24 |
| HSL | 42.52º | 0.46% | 0.56% | - |
| HSV(B) | 42.52º | 0.53% | 0.76% | - |
| XYZ | 37.41 | 38.78 | 15.41 | - |
| YUV | 164.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 91 | 0 | 0.15 | 0.53 | 0.24 | 42.52 | 0.46 | 0.56 |
| Hex | C2 | A4 | 5B | 0 | F | 35 | 18 | 2B | 2E | 38 |
| Octal | 302 | 244 | 133 | 0 | 17 | 65 | 30 | 53 | 56 | 70 |
| Binary | 11000010 | 10100100 | 1011011 | 0 | 1111 | 110101 | 11000 | 101011 | 101110 | 111000 |
Color Harmonies of #C2A45B
Complementary color
Monochromatic Colors of #C2A45B
Black with #C2A45B
Text Example
Text Example
White with #C2A45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A45B; }
p { color: rgb(194,164,91); }
H1.HeaderClassName
{
color: #C2A45B;
}
.AnyTagClassName
{
color: #C2A45B;
}
</style>
background-color css
<style>
a { background-color: #C2A45B; }
a { background-color: rgb(194,164,91); }
div.DivClassName
{
background-color: #C2A45B;
}
.BgClassName
{
background-color: #C2A45B;
}
</style>
border-color css
<style>
span { border-color: #C2A45B; }
span { border-color: rgb(194,164,91); }
td.TdClassName
{
border-color: #C2A45B;
}
.TagClassName
{
border-color: #C2A45B;
}
</style>