Shades of Pine Glade #C1C672
Tints of Pine Glade #C1C672
RGB
CMYK
RGB Variations
Color information
#C1C672 (or 0xC1C672) is known color: Pine Glade. HEX triplet: C1, C6 and 72. RGB value is (193,198,114). Sum of RGB (Red+Green+Blue) = 193+198+114=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C672 is #3E398D. Grayscale: #BBBBBB. Windows color (decimal): -4077966 or 7521985. OLE color: 7521985.
HSL color Cylindrical-coordinate representation of color #C1C672: hue angle of 63.57º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1C672 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 198 | 114 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.22 |
| HSL | 63.57º | 0.42% | 0.61% | - |
| HSV(B) | 63.57º | 0.42% | 0.78% | - |
| XYZ | 45.22 | 52.94 | 23.75 | - |
| YUV | 186.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 198 | 114 | 0.03 | 0 | 0.42 | 0.22 | 63.57 | 0.42 | 0.61 |
| Hex | C1 | C6 | 72 | 3 | 0 | 2A | 16 | 40 | 2A | 3D |
| Octal | 301 | 306 | 162 | 3 | 0 | 52 | 26 | 100 | 52 | 75 |
| Binary | 11000001 | 11000110 | 1110010 | 11 | 0 | 101010 | 10110 | 1000000 | 101010 | 111101 |
Color Harmonies of #C1C672
Complementary color
Monochromatic Colors of #C1C672
Black with #C1C672
Text Example
Text Example
White with #C1C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C672; }
p { color: rgb(193,198,114); }
H1.HeaderClassName
{
color: #C1C672;
}
.AnyTagClassName
{
color: #C1C672;
}
</style>
background-color css
<style>
a { background-color: #C1C672; }
a { background-color: rgb(193,198,114); }
div.DivClassName
{
background-color: #C1C672;
}
.BgClassName
{
background-color: #C1C672;
}
</style>
border-color css
<style>
span { border-color: #C1C672; }
span { border-color: rgb(193,198,114); }
td.TdClassName
{
border-color: #C1C672;
}
.TagClassName
{
border-color: #C1C672;
}
</style>