Shades of Laser #C3AF5D
Tints of Laser #C3AF5D
RGB
CMYK
RGB Variations
Color information
#C3AF5D (or 0xC3AF5D) is known color: Laser. HEX triplet: C3, AF and 5D. RGB value is (195,175,93). Sum of RGB (Red+Green+Blue) = 195+175+93=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF5D is #3C50A2. Grayscale: #ABABAB. Windows color (decimal): -3952803 or 6139843. OLE color: 6139843.
HSL color Cylindrical-coordinate representation of color #C3AF5D: hue angle of 48.24º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3AF5D is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 93 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.24 |
| HSL | 48.24º | 0.46% | 0.56% | - |
| HSV(B) | 48.24º | 0.52% | 0.76% | - |
| XYZ | 39.81 | 43.05 | 16.57 | - |
| YUV | 171.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 93 | 0 | 0.10 | 0.52 | 0.24 | 48.24 | 0.46 | 0.56 |
| Hex | C3 | AF | 5D | 0 | A | 34 | 18 | 30 | 2E | 38 |
| Octal | 303 | 257 | 135 | 0 | 12 | 64 | 30 | 60 | 56 | 70 |
| Binary | 11000011 | 10101111 | 1011101 | 0 | 1010 | 110100 | 11000 | 110000 | 101110 | 111000 |
Color Harmonies of #C3AF5D
Complementary color
Monochromatic Colors of #C3AF5D
Black with #C3AF5D
Text Example
Text Example
White with #C3AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF5D; }
p { color: rgb(195,175,93); }
H1.HeaderClassName
{
color: #C3AF5D;
}
.AnyTagClassName
{
color: #C3AF5D;
}
</style>
background-color css
<style>
a { background-color: #C3AF5D; }
a { background-color: rgb(195,175,93); }
div.DivClassName
{
background-color: #C3AF5D;
}
.BgClassName
{
background-color: #C3AF5D;
}
</style>
border-color css
<style>
span { border-color: #C3AF5D; }
span { border-color: rgb(195,175,93); }
td.TdClassName
{
border-color: #C3AF5D;
}
.TagClassName
{
border-color: #C3AF5D;
}
</style>