Shades of Laser #C3A86A
Tints of Laser #C3A86A
RGB
CMYK
RGB Variations
Color information
#C3A86A (or 0xC3A86A) is known color: Laser. HEX triplet: C3, A8 and 6A. RGB value is (195,168,106). Sum of RGB (Red+Green+Blue) = 195+168+106=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A86A is #3C5795. Grayscale: #A9A9A9. Windows color (decimal): -3954582 or 6990019. OLE color: 6990019.
HSL color Cylindrical-coordinate representation of color #C3A86A: hue angle of 41.8º degrees, saturation: 0.43, 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 #C3A86A is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 106 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.24 |
| HSL | 41.8º | 0.43% | 0.59% | - |
| HSV(B) | 41.8º | 0.46% | 0.76% | - |
| XYZ | 39.11 | 40.65 | 19.42 | - |
| YUV | 169.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 106 | 0 | 0.14 | 0.46 | 0.24 | 41.8 | 0.43 | 0.59 |
| Hex | C3 | A8 | 6A | 0 | E | 2E | 18 | 2A | 2B | 3B |
| Octal | 303 | 250 | 152 | 0 | 16 | 56 | 30 | 52 | 53 | 73 |
| Binary | 11000011 | 10101000 | 1101010 | 0 | 1110 | 101110 | 11000 | 101010 | 101011 | 111011 |
Color Harmonies of #C3A86A
Complementary color
Monochromatic Colors of #C3A86A
Black with #C3A86A
Text Example
Text Example
White with #C3A86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A86A; }
p { color: rgb(195,168,106); }
H1.HeaderClassName
{
color: #C3A86A;
}
.AnyTagClassName
{
color: #C3A86A;
}
</style>
background-color css
<style>
a { background-color: #C3A86A; }
a { background-color: rgb(195,168,106); }
div.DivClassName
{
background-color: #C3A86A;
}
.BgClassName
{
background-color: #C3A86A;
}
</style>
border-color css
<style>
span { border-color: #C3A86A; }
span { border-color: rgb(195,168,106); }
td.TdClassName
{
border-color: #C3A86A;
}
.TagClassName
{
border-color: #C3A86A;
}
</style>