Shades of Laser #C2A265
Tints of Laser #C2A265
RGB
CMYK
RGB Variations
Color information
#C2A265 (or 0xC2A265) is known color: Laser. HEX triplet: C2, A2 and 65. RGB value is (194,162,101). Sum of RGB (Red+Green+Blue) = 194+162+101=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A265 is #3D5D9A. Grayscale: #A4A4A4. Windows color (decimal): -4021659 or 6660802. OLE color: 6660802.
HSL color Cylindrical-coordinate representation of color #C2A265: hue angle of 39.35º 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 #C2A265 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 101 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.24 |
| HSL | 39.35º | 0.43% | 0.58% | - |
| HSV(B) | 39.35º | 0.48% | 0.76% | - |
| XYZ | 37.52 | 38.25 | 17.72 | - |
| YUV | 164.61 | 92.1 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 101 | 0 | 0.16 | 0.48 | 0.24 | 39.35 | 0.43 | 0.58 |
| Hex | C2 | A2 | 65 | 0 | 10 | 30 | 18 | 27 | 2B | 3A |
| Octal | 302 | 242 | 145 | 0 | 20 | 60 | 30 | 47 | 53 | 72 |
| Binary | 11000010 | 10100010 | 1100101 | 0 | 10000 | 110000 | 11000 | 100111 | 101011 | 111010 |
Color Harmonies of #C2A265
Complementary color
Monochromatic Colors of #C2A265
Black with #C2A265
Text Example
Text Example
White with #C2A265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A265; }
p { color: rgb(194,162,101); }
H1.HeaderClassName
{
color: #C2A265;
}
.AnyTagClassName
{
color: #C2A265;
}
</style>
background-color css
<style>
a { background-color: #C2A265; }
a { background-color: rgb(194,162,101); }
div.DivClassName
{
background-color: #C2A265;
}
.BgClassName
{
background-color: #C2A265;
}
</style>
border-color css
<style>
span { border-color: #C2A265; }
span { border-color: rgb(194,162,101); }
td.TdClassName
{
border-color: #C2A265;
}
.TagClassName
{
border-color: #C2A265;
}
</style>