Shades of Laser #C2AE5B
Tints of Laser #C2AE5B
RGB
CMYK
RGB Variations
Color information
#C2AE5B (or 0xC2AE5B) is known color: Laser. HEX triplet: C2, AE and 5B. RGB value is (194,174,91). Sum of RGB (Red+Green+Blue) = 194+174+91=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE5B is #3D51A4. Grayscale: #AAAAAA. Windows color (decimal): -4018597 or 6008514. OLE color: 6008514.
HSL color Cylindrical-coordinate representation of color #C2AE5B: hue angle of 48.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2AE5B is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 91 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.24 |
| HSL | 48.35º | 0.46% | 0.56% | - |
| HSV(B) | 48.35º | 0.53% | 0.76% | - |
| XYZ | 39.27 | 42.5 | 16.03 | - |
| YUV | 170.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 91 | 0 | 0.10 | 0.53 | 0.24 | 48.35 | 0.46 | 0.56 |
| Hex | C2 | AE | 5B | 0 | A | 35 | 18 | 30 | 2E | 38 |
| Octal | 302 | 256 | 133 | 0 | 12 | 65 | 30 | 60 | 56 | 70 |
| Binary | 11000010 | 10101110 | 1011011 | 0 | 1010 | 110101 | 11000 | 110000 | 101110 | 111000 |
Color Harmonies of #C2AE5B
Complementary color
Monochromatic Colors of #C2AE5B
Black with #C2AE5B
Text Example
Text Example
White with #C2AE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE5B; }
p { color: rgb(194,174,91); }
H1.HeaderClassName
{
color: #C2AE5B;
}
.AnyTagClassName
{
color: #C2AE5B;
}
</style>
background-color css
<style>
a { background-color: #C2AE5B; }
a { background-color: rgb(194,174,91); }
div.DivClassName
{
background-color: #C2AE5B;
}
.BgClassName
{
background-color: #C2AE5B;
}
</style>
border-color css
<style>
span { border-color: #C2AE5B; }
span { border-color: rgb(194,174,91); }
td.TdClassName
{
border-color: #C2AE5B;
}
.TagClassName
{
border-color: #C2AE5B;
}
</style>