Shades of Laser #C2A965
Tints of Laser #C2A965
RGB
CMYK
RGB Variations
Color information
#C2A965 (or 0xC2A965) is known color: Laser. HEX triplet: C2, A9 and 65. RGB value is (194,169,101). Sum of RGB (Red+Green+Blue) = 194+169+101=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A965 is #3D569A. Grayscale: #A9A9A9. Windows color (decimal): -4019867 or 6662594. OLE color: 6662594.
HSL color Cylindrical-coordinate representation of color #C2A965: hue angle of 43.87º 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 #C2A965 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 101 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.24 |
| HSL | 43.87º | 0.43% | 0.58% | - |
| HSV(B) | 43.87º | 0.48% | 0.76% | - |
| XYZ | 38.79 | 40.78 | 18.14 | - |
| YUV | 168.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 101 | 0 | 0.13 | 0.48 | 0.24 | 43.87 | 0.43 | 0.58 |
| Hex | C2 | A9 | 65 | 0 | D | 30 | 18 | 2C | 2B | 3A |
| Octal | 302 | 251 | 145 | 0 | 15 | 60 | 30 | 54 | 53 | 72 |
| Binary | 11000010 | 10101001 | 1100101 | 0 | 1101 | 110000 | 11000 | 101100 | 101011 | 111010 |
Color Harmonies of #C2A965
Complementary color
Monochromatic Colors of #C2A965
Black with #C2A965
Text Example
Text Example
White with #C2A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A965; }
p { color: rgb(194,169,101); }
H1.HeaderClassName
{
color: #C2A965;
}
.AnyTagClassName
{
color: #C2A965;
}
</style>
background-color css
<style>
a { background-color: #C2A965; }
a { background-color: rgb(194,169,101); }
div.DivClassName
{
background-color: #C2A965;
}
.BgClassName
{
background-color: #C2A965;
}
</style>
border-color css
<style>
span { border-color: #C2A965; }
span { border-color: rgb(194,169,101); }
td.TdClassName
{
border-color: #C2A965;
}
.TagClassName
{
border-color: #C2A965;
}
</style>