Shades of Laser #C2A968
Tints of Laser #C2A968
RGB
CMYK
RGB Variations
Color information
#C2A968 (or 0xC2A968) is known color: Laser. HEX triplet: C2, A9 and 68. RGB value is (194,169,104). Sum of RGB (Red+Green+Blue) = 194+169+104=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A968 is #3D5697. Grayscale: #A9A9A9. Windows color (decimal): -4019864 or 6859202. OLE color: 6859202.
HSL color Cylindrical-coordinate representation of color #C2A968: hue angle of 43.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2A968 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 104 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.24 |
| HSL | 43.33º | 0.42% | 0.58% | - |
| HSV(B) | 43.33º | 0.46% | 0.76% | - |
| XYZ | 38.93 | 40.84 | 18.93 | - |
| YUV | 169.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 104 | 0 | 0.13 | 0.46 | 0.24 | 43.33 | 0.42 | 0.58 |
| Hex | C2 | A9 | 68 | 0 | D | 2E | 18 | 2B | 2A | 3A |
| Octal | 302 | 251 | 150 | 0 | 15 | 56 | 30 | 53 | 52 | 72 |
| Binary | 11000010 | 10101001 | 1101000 | 0 | 1101 | 101110 | 11000 | 101011 | 101010 | 111010 |
Color Harmonies of #C2A968
Complementary color
Monochromatic Colors of #C2A968
Black with #C2A968
Text Example
Text Example
White with #C2A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A968; }
p { color: rgb(194,169,104); }
H1.HeaderClassName
{
color: #C2A968;
}
.AnyTagClassName
{
color: #C2A968;
}
</style>
background-color css
<style>
a { background-color: #C2A968; }
a { background-color: rgb(194,169,104); }
div.DivClassName
{
background-color: #C2A968;
}
.BgClassName
{
background-color: #C2A968;
}
</style>
border-color css
<style>
span { border-color: #C2A968; }
span { border-color: rgb(194,169,104); }
td.TdClassName
{
border-color: #C2A968;
}
.TagClassName
{
border-color: #C2A968;
}
</style>