Shades of Laser #C3A866
Tints of Laser #C3A866
RGB
CMYK
RGB Variations
Color information
#C3A866 (or 0xC3A866) is known color: Laser. HEX triplet: C3, A8 and 66. RGB value is (195,168,102). Sum of RGB (Red+Green+Blue) = 195+168+102=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A866 is #3C5799. Grayscale: #A8A8A8. Windows color (decimal): -3954586 or 6727875. OLE color: 6727875.
HSL color Cylindrical-coordinate representation of color #C3A866: hue angle of 42.58º degrees, saturation: 0.44, 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 #C3A866 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 102 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.24 |
| HSL | 42.58º | 0.44% | 0.58% | - |
| HSV(B) | 42.58º | 0.48% | 0.76% | - |
| XYZ | 38.91 | 40.57 | 18.35 | - |
| YUV | 168.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 102 | 0 | 0.14 | 0.48 | 0.24 | 42.58 | 0.44 | 0.58 |
| Hex | C3 | A8 | 66 | 0 | E | 30 | 18 | 2B | 2C | 3A |
| Octal | 303 | 250 | 146 | 0 | 16 | 60 | 30 | 53 | 54 | 72 |
| Binary | 11000011 | 10101000 | 1100110 | 0 | 1110 | 110000 | 11000 | 101011 | 101100 | 111010 |
Color Harmonies of #C3A866
Complementary color
Monochromatic Colors of #C3A866
Black with #C3A866
Text Example
Text Example
White with #C3A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A866; }
p { color: rgb(195,168,102); }
H1.HeaderClassName
{
color: #C3A866;
}
.AnyTagClassName
{
color: #C3A866;
}
</style>
background-color css
<style>
a { background-color: #C3A866; }
a { background-color: rgb(195,168,102); }
div.DivClassName
{
background-color: #C3A866;
}
.BgClassName
{
background-color: #C3A866;
}
</style>
border-color css
<style>
span { border-color: #C3A866; }
span { border-color: rgb(195,168,102); }
td.TdClassName
{
border-color: #C3A866;
}
.TagClassName
{
border-color: #C3A866;
}
</style>