Shades of Laser #C3A663
Tints of Laser #C3A663
RGB
CMYK
RGB Variations
Color information
#C3A663 (or 0xC3A663) is known color: Laser. HEX triplet: C3, A6 and 63. RGB value is (195,166,99). Sum of RGB (Red+Green+Blue) = 195+166+99=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A663 is #3C599C. Grayscale: #A7A7A7. Windows color (decimal): -3955101 or 6530755. OLE color: 6530755.
HSL color Cylindrical-coordinate representation of color #C3A663: hue angle of 41.88º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3A663 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 99 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.24 |
| HSL | 41.88º | 0.44% | 0.58% | - |
| HSV(B) | 41.88º | 0.49% | 0.76% | - |
| XYZ | 38.39 | 39.78 | 17.46 | - |
| YUV | 167.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 99 | 0 | 0.15 | 0.49 | 0.24 | 41.88 | 0.44 | 0.58 |
| Hex | C3 | A6 | 63 | 0 | F | 31 | 18 | 2A | 2C | 3A |
| Octal | 303 | 246 | 143 | 0 | 17 | 61 | 30 | 52 | 54 | 72 |
| Binary | 11000011 | 10100110 | 1100011 | 0 | 1111 | 110001 | 11000 | 101010 | 101100 | 111010 |
Color Harmonies of #C3A663
Complementary color
Monochromatic Colors of #C3A663
Black with #C3A663
Text Example
Text Example
White with #C3A663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A663; }
p { color: rgb(195,166,99); }
H1.HeaderClassName
{
color: #C3A663;
}
.AnyTagClassName
{
color: #C3A663;
}
</style>
background-color css
<style>
a { background-color: #C3A663; }
a { background-color: rgb(195,166,99); }
div.DivClassName
{
background-color: #C3A663;
}
.BgClassName
{
background-color: #C3A663;
}
</style>
border-color css
<style>
span { border-color: #C3A663; }
span { border-color: rgb(195,166,99); }
td.TdClassName
{
border-color: #C3A663;
}
.TagClassName
{
border-color: #C3A663;
}
</style>