Shades of Laser #C3A563
Tints of Laser #C3A563
RGB
CMYK
RGB Variations
Color information
#C3A563 (or 0xC3A563) is known color: Laser. HEX triplet: C3, A5 and 63. RGB value is (195,165,99). Sum of RGB (Red+Green+Blue) = 195+165+99=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A563 is #3C5A9C. Grayscale: #A6A6A6. Windows color (decimal): -3955357 or 6530499. OLE color: 6530499.
HSL color Cylindrical-coordinate representation of color #C3A563: hue angle of 41.25º 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 #C3A563 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 99 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.24 |
| HSL | 41.25º | 0.44% | 0.58% | - |
| HSV(B) | 41.25º | 0.49% | 0.76% | - |
| XYZ | 38.21 | 39.41 | 17.4 | - |
| YUV | 166.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 99 | 0 | 0.15 | 0.49 | 0.24 | 41.25 | 0.44 | 0.58 |
| Hex | C3 | A5 | 63 | 0 | F | 31 | 18 | 29 | 2C | 3A |
| Octal | 303 | 245 | 143 | 0 | 17 | 61 | 30 | 51 | 54 | 72 |
| Binary | 11000011 | 10100101 | 1100011 | 0 | 1111 | 110001 | 11000 | 101001 | 101100 | 111010 |
Color Harmonies of #C3A563
Complementary color
Monochromatic Colors of #C3A563
Black with #C3A563
Text Example
Text Example
White with #C3A563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A563; }
p { color: rgb(195,165,99); }
H1.HeaderClassName
{
color: #C3A563;
}
.AnyTagClassName
{
color: #C3A563;
}
</style>
background-color css
<style>
a { background-color: #C3A563; }
a { background-color: rgb(195,165,99); }
div.DivClassName
{
background-color: #C3A563;
}
.BgClassName
{
background-color: #C3A563;
}
</style>
border-color css
<style>
span { border-color: #C3A563; }
span { border-color: rgb(195,165,99); }
td.TdClassName
{
border-color: #C3A563;
}
.TagClassName
{
border-color: #C3A563;
}
</style>