Shades of Laser #C2A765
Tints of Laser #C2A765
RGB
CMYK
RGB Variations
Color information
#C2A765 (or 0xC2A765) is known color: Laser. HEX triplet: C2, A7 and 65. RGB value is (194,167,101). Sum of RGB (Red+Green+Blue) = 194+167+101=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A765 is #3D589A. Grayscale: #A7A7A7. Windows color (decimal): -4020379 or 6662082. OLE color: 6662082.
HSL color Cylindrical-coordinate representation of color #C2A765: hue angle of 42.58º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2A765 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 101 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.24 |
| HSL | 42.58º | 0.43% | 0.58% | - |
| HSV(B) | 42.58º | 0.48% | 0.76% | - |
| XYZ | 38.42 | 40.05 | 18.02 | - |
| YUV | 167.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 101 | 0 | 0.14 | 0.48 | 0.24 | 42.58 | 0.43 | 0.58 |
| Hex | C2 | A7 | 65 | 0 | E | 30 | 18 | 2B | 2B | 3A |
| Octal | 302 | 247 | 145 | 0 | 16 | 60 | 30 | 53 | 53 | 72 |
| Binary | 11000010 | 10100111 | 1100101 | 0 | 1110 | 110000 | 11000 | 101011 | 101011 | 111010 |
Color Harmonies of #C2A765
Complementary color
Monochromatic Colors of #C2A765
Black with #C2A765
Text Example
Text Example
White with #C2A765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A765; }
p { color: rgb(194,167,101); }
H1.HeaderClassName
{
color: #C2A765;
}
.AnyTagClassName
{
color: #C2A765;
}
</style>
background-color css
<style>
a { background-color: #C2A765; }
a { background-color: rgb(194,167,101); }
div.DivClassName
{
background-color: #C2A765;
}
.BgClassName
{
background-color: #C2A765;
}
</style>
border-color css
<style>
span { border-color: #C2A765; }
span { border-color: rgb(194,167,101); }
td.TdClassName
{
border-color: #C2A765;
}
.TagClassName
{
border-color: #C2A765;
}
</style>