Shades of Laser #C4A263
Tints of Laser #C4A263
RGB
CMYK
RGB Variations
Color information
#C4A263 (or 0xC4A263) is known color: Laser. HEX triplet: C4, A2 and 63. RGB value is (196,162,99). Sum of RGB (Red+Green+Blue) = 196+162+99=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A263 is #3B5D9C. Grayscale: #A5A5A5. Windows color (decimal): -3890589 or 6529732. OLE color: 6529732.
HSL color Cylindrical-coordinate representation of color #C4A263: hue angle of 38.97º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4A263 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 99 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.23 |
| HSL | 38.97º | 0.45% | 0.58% | - |
| HSV(B) | 38.97º | 0.49% | 0.77% | - |
| XYZ | 37.94 | 38.48 | 17.23 | - |
| YUV | 164.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 99 | 0 | 0.17 | 0.49 | 0.23 | 38.97 | 0.45 | 0.58 |
| Hex | C4 | A2 | 63 | 0 | 11 | 31 | 17 | 27 | 2D | 3A |
| Octal | 304 | 242 | 143 | 0 | 21 | 61 | 27 | 47 | 55 | 72 |
| Binary | 11000100 | 10100010 | 1100011 | 0 | 10001 | 110001 | 10111 | 100111 | 101101 | 111010 |
Color Harmonies of #C4A263
Complementary color
Monochromatic Colors of #C4A263
Black with #C4A263
Text Example
Text Example
White with #C4A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A263; }
p { color: rgb(196,162,99); }
H1.HeaderClassName
{
color: #C4A263;
}
.AnyTagClassName
{
color: #C4A263;
}
</style>
background-color css
<style>
a { background-color: #C4A263; }
a { background-color: rgb(196,162,99); }
div.DivClassName
{
background-color: #C4A263;
}
.BgClassName
{
background-color: #C4A263;
}
</style>
border-color css
<style>
span { border-color: #C4A263; }
span { border-color: rgb(196,162,99); }
td.TdClassName
{
border-color: #C4A263;
}
.TagClassName
{
border-color: #C4A263;
}
</style>