Shades of Laser #C4B066
Tints of Laser #C4B066
RGB
CMYK
RGB Variations
Color information
#C4B066 (or 0xC4B066) is known color: Laser. HEX triplet: C4, B0 and 66. RGB value is (196,176,102). Sum of RGB (Red+Green+Blue) = 196+176+102=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B066 is #3B4F99. Grayscale: #ADADAD. Windows color (decimal): -3887002 or 6729924. OLE color: 6729924.
HSL color Cylindrical-coordinate representation of color #C4B066: hue angle of 47.23º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4B066 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 102 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.23 |
| HSL | 47.23º | 0.44% | 0.58% | - |
| HSV(B) | 47.23º | 0.48% | 0.77% | - |
| XYZ | 40.69 | 43.75 | 18.87 | - |
| YUV | 173.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 102 | 0 | 0.10 | 0.48 | 0.23 | 47.23 | 0.44 | 0.58 |
| Hex | C4 | B0 | 66 | 0 | A | 30 | 17 | 2F | 2C | 3A |
| Octal | 304 | 260 | 146 | 0 | 12 | 60 | 27 | 57 | 54 | 72 |
| Binary | 11000100 | 10110000 | 1100110 | 0 | 1010 | 110000 | 10111 | 101111 | 101100 | 111010 |
Color Harmonies of #C4B066
Complementary color
Monochromatic Colors of #C4B066
Black with #C4B066
Text Example
Text Example
White with #C4B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B066; }
p { color: rgb(196,176,102); }
H1.HeaderClassName
{
color: #C4B066;
}
.AnyTagClassName
{
color: #C4B066;
}
</style>
background-color css
<style>
a { background-color: #C4B066; }
a { background-color: rgb(196,176,102); }
div.DivClassName
{
background-color: #C4B066;
}
.BgClassName
{
background-color: #C4B066;
}
</style>
border-color css
<style>
span { border-color: #C4B066; }
span { border-color: rgb(196,176,102); }
td.TdClassName
{
border-color: #C4B066;
}
.TagClassName
{
border-color: #C4B066;
}
</style>