Shades of Laser #C2AF58
Tints of Laser #C2AF58
RGB
CMYK
RGB Variations
Color information
#C2AF58 (or 0xC2AF58) is known color: Laser. HEX triplet: C2, AF and 58. RGB value is (194,175,88). Sum of RGB (Red+Green+Blue) = 194+175+88=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF58 is #3D50A7. Grayscale: #ABABAB. Windows color (decimal): -4018344 or 5812162. OLE color: 5812162.
HSL color Cylindrical-coordinate representation of color #C2AF58: hue angle of 49.25º degrees, saturation: 0.46, 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 #C2AF58 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 88 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.24 |
| HSL | 49.25º | 0.46% | 0.55% | - |
| HSV(B) | 49.25º | 0.55% | 0.76% | - |
| XYZ | 39.34 | 42.83 | 15.43 | - |
| YUV | 170.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 88 | 0 | 0.10 | 0.55 | 0.24 | 49.25 | 0.46 | 0.55 |
| Hex | C2 | AF | 58 | 0 | A | 37 | 18 | 31 | 2E | 37 |
| Octal | 302 | 257 | 130 | 0 | 12 | 67 | 30 | 61 | 56 | 67 |
| Binary | 11000010 | 10101111 | 1011000 | 0 | 1010 | 110111 | 11000 | 110001 | 101110 | 110111 |
Color Harmonies of #C2AF58
Complementary color
Monochromatic Colors of #C2AF58
Black with #C2AF58
Text Example
Text Example
White with #C2AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF58; }
p { color: rgb(194,175,88); }
H1.HeaderClassName
{
color: #C2AF58;
}
.AnyTagClassName
{
color: #C2AF58;
}
</style>
background-color css
<style>
a { background-color: #C2AF58; }
a { background-color: rgb(194,175,88); }
div.DivClassName
{
background-color: #C2AF58;
}
.BgClassName
{
background-color: #C2AF58;
}
</style>
border-color css
<style>
span { border-color: #C2AF58; }
span { border-color: rgb(194,175,88); }
td.TdClassName
{
border-color: #C2AF58;
}
.TagClassName
{
border-color: #C2AF58;
}
</style>