Shades of Pine Glade #C4C083
Tints of Pine Glade #C4C083
RGB
CMYK
RGB Variations
Color information
#C4C083 (or 0xC4C083) is known color: Pine Glade. HEX triplet: C4, C0 and 83. RGB value is (196,192,131). Sum of RGB (Red+Green+Blue) = 196+192+131=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C083 is #3B3F7C. Grayscale: #BABABA. Windows color (decimal): -3882877 or 8634564. OLE color: 8634564.
HSL color Cylindrical-coordinate representation of color #C4C083: hue angle of 56.31º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4C083 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 131 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.23 |
| HSL | 56.31º | 0.36% | 0.64% | - |
| HSV(B) | 56.31º | 0.33% | 0.77% | - |
| XYZ | 45.71 | 51.07 | 28.92 | - |
| YUV | 186.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 131 | 0 | 0.02 | 0.33 | 0.23 | 56.31 | 0.36 | 0.64 |
| Hex | C4 | C0 | 83 | 0 | 2 | 21 | 17 | 38 | 24 | 40 |
| Octal | 304 | 300 | 203 | 0 | 2 | 41 | 27 | 70 | 44 | 100 |
| Binary | 11000100 | 11000000 | 10000011 | 0 | 10 | 100001 | 10111 | 111000 | 100100 | 1000000 |
Color Harmonies of #C4C083
Complementary color
Monochromatic Colors of #C4C083
Black with #C4C083
Text Example
Text Example
White with #C4C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C083; }
p { color: rgb(196,192,131); }
H1.HeaderClassName
{
color: #C4C083;
}
.AnyTagClassName
{
color: #C4C083;
}
</style>
background-color css
<style>
a { background-color: #C4C083; }
a { background-color: rgb(196,192,131); }
div.DivClassName
{
background-color: #C4C083;
}
.BgClassName
{
background-color: #C4C083;
}
</style>
border-color css
<style>
span { border-color: #C4C083; }
span { border-color: rgb(196,192,131); }
td.TdClassName
{
border-color: #C4C083;
}
.TagClassName
{
border-color: #C4C083;
}
</style>