Shades of Laser #C2A869
Tints of Laser #C2A869
RGB
CMYK
RGB Variations
Color information
#C2A869 (or 0xC2A869) is known color: Laser. HEX triplet: C2, A8 and 69. RGB value is (194,168,105). Sum of RGB (Red+Green+Blue) = 194+168+105=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A869 is #3D5796. Grayscale: #A8A8A8. Windows color (decimal): -4020119 or 6924482. OLE color: 6924482.
HSL color Cylindrical-coordinate representation of color #C2A869: hue angle of 42.47º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2A869 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 105 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.24 |
| HSL | 42.47º | 0.42% | 0.59% | - |
| HSV(B) | 42.47º | 0.46% | 0.76% | - |
| XYZ | 38.8 | 40.49 | 19.14 | - |
| YUV | 168.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 105 | 0 | 0.13 | 0.46 | 0.24 | 42.47 | 0.42 | 0.59 |
| Hex | C2 | A8 | 69 | 0 | D | 2E | 18 | 2A | 2A | 3B |
| Octal | 302 | 250 | 151 | 0 | 15 | 56 | 30 | 52 | 52 | 73 |
| Binary | 11000010 | 10101000 | 1101001 | 0 | 1101 | 101110 | 11000 | 101010 | 101010 | 111011 |
Color Harmonies of #C2A869
Complementary color
Monochromatic Colors of #C2A869
Black with #C2A869
Text Example
Text Example
White with #C2A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A869; }
p { color: rgb(194,168,105); }
H1.HeaderClassName
{
color: #C2A869;
}
.AnyTagClassName
{
color: #C2A869;
}
</style>
background-color css
<style>
a { background-color: #C2A869; }
a { background-color: rgb(194,168,105); }
div.DivClassName
{
background-color: #C2A869;
}
.BgClassName
{
background-color: #C2A869;
}
</style>
border-color css
<style>
span { border-color: #C2A869; }
span { border-color: rgb(194,168,105); }
td.TdClassName
{
border-color: #C2A869;
}
.TagClassName
{
border-color: #C2A869;
}
</style>