Shades of Pine Glade #C1C87D
Tints of Pine Glade #C1C87D
RGB
CMYK
RGB Variations
Color information
#C1C87D (or 0xC1C87D) is known color: Pine Glade. HEX triplet: C1, C8 and 7D. RGB value is (193,200,125). Sum of RGB (Red+Green+Blue) = 193+200+125=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C87D is #3E3782. Grayscale: #BDBDBD. Windows color (decimal): -4077443 or 8243393. OLE color: 8243393.
HSL color Cylindrical-coordinate representation of color #C1C87D: hue angle of 65.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1C87D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 200 | 125 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.22 |
| HSL | 65.6º | 0.41% | 0.64% | - |
| HSV(B) | 65.6º | 0.38% | 0.78% | - |
| XYZ | 46.35 | 54.13 | 27.41 | - |
| YUV | 189.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 125 | 0.04 | 0 | 0.38 | 0.22 | 65.6 | 0.41 | 0.64 |
| Hex | C1 | C8 | 7D | 4 | 0 | 26 | 16 | 42 | 29 | 40 |
| Octal | 301 | 310 | 175 | 4 | 0 | 46 | 26 | 102 | 51 | 100 |
| Binary | 11000001 | 11001000 | 1111101 | 100 | 0 | 100110 | 10110 | 1000010 | 101001 | 1000000 |
Color Harmonies of #C1C87D
Complementary color
Monochromatic Colors of #C1C87D
Black with #C1C87D
Text Example
Text Example
White with #C1C87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C87D; }
p { color: rgb(193,200,125); }
H1.HeaderClassName
{
color: #C1C87D;
}
.AnyTagClassName
{
color: #C1C87D;
}
</style>
background-color css
<style>
a { background-color: #C1C87D; }
a { background-color: rgb(193,200,125); }
div.DivClassName
{
background-color: #C1C87D;
}
.BgClassName
{
background-color: #C1C87D;
}
</style>
border-color css
<style>
span { border-color: #C1C87D; }
span { border-color: rgb(193,200,125); }
td.TdClassName
{
border-color: #C1C87D;
}
.TagClassName
{
border-color: #C1C87D;
}
</style>