Shades of Laser #C3A660
Tints of Laser #C3A660
RGB
CMYK
RGB Variations
Color information
#C3A660 (or 0xC3A660) is known color: Laser. HEX triplet: C3, A6 and 60. RGB value is (195,166,96). Sum of RGB (Red+Green+Blue) = 195+166+96=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A660 is #3C599F. Grayscale: #A7A7A7. Windows color (decimal): -3955104 or 6334147. OLE color: 6334147.
HSL color Cylindrical-coordinate representation of color #C3A660: hue angle of 42.42º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3A660 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 96 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.24 |
| HSL | 42.42º | 0.45% | 0.57% | - |
| HSV(B) | 42.42º | 0.51% | 0.76% | - |
| XYZ | 38.25 | 39.72 | 16.72 | - |
| YUV | 166.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 96 | 0 | 0.15 | 0.51 | 0.24 | 42.42 | 0.45 | 0.57 |
| Hex | C3 | A6 | 60 | 0 | F | 33 | 18 | 2A | 2D | 39 |
| Octal | 303 | 246 | 140 | 0 | 17 | 63 | 30 | 52 | 55 | 71 |
| Binary | 11000011 | 10100110 | 1100000 | 0 | 1111 | 110011 | 11000 | 101010 | 101101 | 111001 |
Color Harmonies of #C3A660
Complementary color
Monochromatic Colors of #C3A660
Black with #C3A660
Text Example
Text Example
White with #C3A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A660; }
p { color: rgb(195,166,96); }
H1.HeaderClassName
{
color: #C3A660;
}
.AnyTagClassName
{
color: #C3A660;
}
</style>
background-color css
<style>
a { background-color: #C3A660; }
a { background-color: rgb(195,166,96); }
div.DivClassName
{
background-color: #C3A660;
}
.BgClassName
{
background-color: #C3A660;
}
</style>
border-color css
<style>
span { border-color: #C3A660; }
span { border-color: rgb(195,166,96); }
td.TdClassName
{
border-color: #C3A660;
}
.TagClassName
{
border-color: #C3A660;
}
</style>