Shades of Laser #C2A761
Tints of Laser #C2A761
RGB
CMYK
RGB Variations
Color information
#C2A761 (or 0xC2A761) is known color: Laser. HEX triplet: C2, A7 and 61. RGB value is (194,167,97). Sum of RGB (Red+Green+Blue) = 194+167+97=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A761 is #3D589E. Grayscale: #A7A7A7. Windows color (decimal): -4020383 or 6399938. OLE color: 6399938.
HSL color Cylindrical-coordinate representation of color #C2A761: hue angle of 43.3º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2A761 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 97 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.24 |
| HSL | 43.3º | 0.44% | 0.57% | - |
| HSV(B) | 43.3º | 0.5% | 0.76% | - |
| XYZ | 38.22 | 39.97 | 17.01 | - |
| YUV | 167.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 97 | 0 | 0.14 | 0.50 | 0.24 | 43.3 | 0.44 | 0.57 |
| Hex | C2 | A7 | 61 | 0 | E | 32 | 18 | 2B | 2C | 39 |
| Octal | 302 | 247 | 141 | 0 | 16 | 62 | 30 | 53 | 54 | 71 |
| Binary | 11000010 | 10100111 | 1100001 | 0 | 1110 | 110010 | 11000 | 101011 | 101100 | 111001 |
Color Harmonies of #C2A761
Complementary color
Monochromatic Colors of #C2A761
Black with #C2A761
Text Example
Text Example
White with #C2A761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A761; }
p { color: rgb(194,167,97); }
H1.HeaderClassName
{
color: #C2A761;
}
.AnyTagClassName
{
color: #C2A761;
}
</style>
background-color css
<style>
a { background-color: #C2A761; }
a { background-color: rgb(194,167,97); }
div.DivClassName
{
background-color: #C2A761;
}
.BgClassName
{
background-color: #C2A761;
}
</style>
border-color css
<style>
span { border-color: #C2A761; }
span { border-color: rgb(194,167,97); }
td.TdClassName
{
border-color: #C2A761;
}
.TagClassName
{
border-color: #C2A761;
}
</style>