Shades of Laser #C4B05C
Tints of Laser #C4B05C
RGB
CMYK
RGB Variations
Color information
#C4B05C (or 0xC4B05C) is known color: Laser. HEX triplet: C4, B0 and 5C. RGB value is (196,176,92). Sum of RGB (Red+Green+Blue) = 196+176+92=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B05C is #3B4FA3. Grayscale: #ACACAC. Windows color (decimal): -3887012 or 6074564. OLE color: 6074564.
HSL color Cylindrical-coordinate representation of color #C4B05C: hue angle of 48.46º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4B05C is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 92 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.23 |
| HSL | 48.46º | 0.47% | 0.56% | - |
| HSV(B) | 48.46º | 0.53% | 0.77% | - |
| XYZ | 40.22 | 43.56 | 16.41 | - |
| YUV | 172.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 92 | 0 | 0.10 | 0.53 | 0.23 | 48.46 | 0.47 | 0.56 |
| Hex | C4 | B0 | 5C | 0 | A | 35 | 17 | 30 | 2F | 38 |
| Octal | 304 | 260 | 134 | 0 | 12 | 65 | 27 | 60 | 57 | 70 |
| Binary | 11000100 | 10110000 | 1011100 | 0 | 1010 | 110101 | 10111 | 110000 | 101111 | 111000 |
Color Harmonies of #C4B05C
Complementary color
Monochromatic Colors of #C4B05C
Black with #C4B05C
Text Example
Text Example
White with #C4B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B05C; }
p { color: rgb(196,176,92); }
H1.HeaderClassName
{
color: #C4B05C;
}
.AnyTagClassName
{
color: #C4B05C;
}
</style>
background-color css
<style>
a { background-color: #C4B05C; }
a { background-color: rgb(196,176,92); }
div.DivClassName
{
background-color: #C4B05C;
}
.BgClassName
{
background-color: #C4B05C;
}
</style>
border-color css
<style>
span { border-color: #C4B05C; }
span { border-color: rgb(196,176,92); }
td.TdClassName
{
border-color: #C4B05C;
}
.TagClassName
{
border-color: #C4B05C;
}
</style>