Shades of Laser #C3A365
Tints of Laser #C3A365
RGB
CMYK
RGB Variations
Color information
#C3A365 (or 0xC3A365) is known color: Laser. HEX triplet: C3, A3 and 65. RGB value is (195,163,101). Sum of RGB (Red+Green+Blue) = 195+163+101=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A365 is #3C5C9A. Grayscale: #A5A5A5. Windows color (decimal): -3955867 or 6661059. OLE color: 6661059.
HSL color Cylindrical-coordinate representation of color #C3A365: hue angle of 39.57º 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 #C3A365 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 101 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.24 |
| HSL | 39.57º | 0.44% | 0.58% | - |
| HSV(B) | 39.57º | 0.48% | 0.76% | - |
| XYZ | 37.95 | 38.74 | 17.79 | - |
| YUV | 165.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 101 | 0 | 0.16 | 0.48 | 0.24 | 39.57 | 0.44 | 0.58 |
| Hex | C3 | A3 | 65 | 0 | 10 | 30 | 18 | 28 | 2C | 3A |
| Octal | 303 | 243 | 145 | 0 | 20 | 60 | 30 | 50 | 54 | 72 |
| Binary | 11000011 | 10100011 | 1100101 | 0 | 10000 | 110000 | 11000 | 101000 | 101100 | 111010 |
Color Harmonies of #C3A365
Complementary color
Monochromatic Colors of #C3A365
Black with #C3A365
Text Example
Text Example
White with #C3A365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A365; }
p { color: rgb(195,163,101); }
H1.HeaderClassName
{
color: #C3A365;
}
.AnyTagClassName
{
color: #C3A365;
}
</style>
background-color css
<style>
a { background-color: #C3A365; }
a { background-color: rgb(195,163,101); }
div.DivClassName
{
background-color: #C3A365;
}
.BgClassName
{
background-color: #C3A365;
}
</style>
border-color css
<style>
span { border-color: #C3A365; }
span { border-color: rgb(195,163,101); }
td.TdClassName
{
border-color: #C3A365;
}
.TagClassName
{
border-color: #C3A365;
}
</style>