Shades of Laser #C3AF5E
Tints of Laser #C3AF5E
RGB
CMYK
RGB Variations
Color information
#C3AF5E (or 0xC3AF5E) is known color: Laser. HEX triplet: C3, AF and 5E. RGB value is (195,175,94). Sum of RGB (Red+Green+Blue) = 195+175+94=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF5E is #3C50A1. Grayscale: #ACACAC. Windows color (decimal): -3952802 or 6205379. OLE color: 6205379.
HSL color Cylindrical-coordinate representation of color #C3AF5E: hue angle of 48.12º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3AF5E is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 94 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.24 |
| HSL | 48.12º | 0.46% | 0.57% | - |
| HSV(B) | 48.12º | 0.52% | 0.76% | - |
| XYZ | 39.86 | 43.07 | 16.8 | - |
| YUV | 171.75 | 84.13 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 94 | 0 | 0.10 | 0.52 | 0.24 | 48.12 | 0.46 | 0.57 |
| Hex | C3 | AF | 5E | 0 | A | 34 | 18 | 30 | 2E | 39 |
| Octal | 303 | 257 | 136 | 0 | 12 | 64 | 30 | 60 | 56 | 71 |
| Binary | 11000011 | 10101111 | 1011110 | 0 | 1010 | 110100 | 11000 | 110000 | 101110 | 111001 |
Color Harmonies of #C3AF5E
Complementary color
Monochromatic Colors of #C3AF5E
Black with #C3AF5E
Text Example
Text Example
White with #C3AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF5E; }
p { color: rgb(195,175,94); }
H1.HeaderClassName
{
color: #C3AF5E;
}
.AnyTagClassName
{
color: #C3AF5E;
}
</style>
background-color css
<style>
a { background-color: #C3AF5E; }
a { background-color: rgb(195,175,94); }
div.DivClassName
{
background-color: #C3AF5E;
}
.BgClassName
{
background-color: #C3AF5E;
}
</style>
border-color css
<style>
span { border-color: #C3AF5E; }
span { border-color: rgb(195,175,94); }
td.TdClassName
{
border-color: #C3AF5E;
}
.TagClassName
{
border-color: #C3AF5E;
}
</style>