Shades of Pine Glade #C1C47A
Tints of Pine Glade #C1C47A
RGB
CMYK
RGB Variations
Color information
#C1C47A (or 0xC1C47A) is known color: Pine Glade. HEX triplet: C1, C4 and 7A. RGB value is (193,196,122). Sum of RGB (Red+Green+Blue) = 193+196+122=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C47A is #3E3B85. Grayscale: #BABABA. Windows color (decimal): -4078470 or 8045761. OLE color: 8045761.
HSL color Cylindrical-coordinate representation of color #C1C47A: hue angle of 62.43º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1C47A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 196 | 122 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.23 |
| HSL | 62.43º | 0.39% | 0.62% | - |
| HSV(B) | 62.43º | 0.38% | 0.77% | - |
| XYZ | 45.25 | 52.22 | 26.11 | - |
| YUV | 186.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 196 | 122 | 0.02 | 0 | 0.38 | 0.23 | 62.43 | 0.39 | 0.62 |
| Hex | C1 | C4 | 7A | 2 | 0 | 26 | 17 | 3E | 27 | 3E |
| Octal | 301 | 304 | 172 | 2 | 0 | 46 | 27 | 76 | 47 | 76 |
| Binary | 11000001 | 11000100 | 1111010 | 10 | 0 | 100110 | 10111 | 111110 | 100111 | 111110 |
Color Harmonies of #C1C47A
Complementary color
Monochromatic Colors of #C1C47A
Black with #C1C47A
Text Example
Text Example
White with #C1C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C47A; }
p { color: rgb(193,196,122); }
H1.HeaderClassName
{
color: #C1C47A;
}
.AnyTagClassName
{
color: #C1C47A;
}
</style>
background-color css
<style>
a { background-color: #C1C47A; }
a { background-color: rgb(193,196,122); }
div.DivClassName
{
background-color: #C1C47A;
}
.BgClassName
{
background-color: #C1C47A;
}
</style>
border-color css
<style>
span { border-color: #C1C47A; }
span { border-color: rgb(193,196,122); }
td.TdClassName
{
border-color: #C1C47A;
}
.TagClassName
{
border-color: #C1C47A;
}
</style>