Shades of Laser #C3AF58
Tints of Laser #C3AF58
RGB
CMYK
RGB Variations
Color information
#C3AF58 (or 0xC3AF58) is known color: Laser. HEX triplet: C3, AF and 58. RGB value is (195,175,88). Sum of RGB (Red+Green+Blue) = 195+175+88=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF58 is #3C50A7. Grayscale: #ABABAB. Windows color (decimal): -3952808 or 5812163. OLE color: 5812163.
HSL color Cylindrical-coordinate representation of color #C3AF58: hue angle of 48.79º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3AF58 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 88 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.24 |
| HSL | 48.79º | 0.47% | 0.55% | - |
| HSV(B) | 48.79º | 0.55% | 0.76% | - |
| XYZ | 39.6 | 42.97 | 15.44 | - |
| YUV | 171.06 | 81.13 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 88 | 0 | 0.10 | 0.55 | 0.24 | 48.79 | 0.47 | 0.55 |
| Hex | C3 | AF | 58 | 0 | A | 37 | 18 | 31 | 2F | 37 |
| Octal | 303 | 257 | 130 | 0 | 12 | 67 | 30 | 61 | 57 | 67 |
| Binary | 11000011 | 10101111 | 1011000 | 0 | 1010 | 110111 | 11000 | 110001 | 101111 | 110111 |
Color Harmonies of #C3AF58
Complementary color
Monochromatic Colors of #C3AF58
Black with #C3AF58
Text Example
Text Example
White with #C3AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF58; }
p { color: rgb(195,175,88); }
H1.HeaderClassName
{
color: #C3AF58;
}
.AnyTagClassName
{
color: #C3AF58;
}
</style>
background-color css
<style>
a { background-color: #C3AF58; }
a { background-color: rgb(195,175,88); }
div.DivClassName
{
background-color: #C3AF58;
}
.BgClassName
{
background-color: #C3AF58;
}
</style>
border-color css
<style>
span { border-color: #C3AF58; }
span { border-color: rgb(195,175,88); }
td.TdClassName
{
border-color: #C3AF58;
}
.TagClassName
{
border-color: #C3AF58;
}
</style>