Shades of Pine Glade #C1C574
Tints of Pine Glade #C1C574
RGB
CMYK
RGB Variations
Color information
#C1C574 (or 0xC1C574) is known color: Pine Glade. HEX triplet: C1, C5 and 74. RGB value is (193,197,116). Sum of RGB (Red+Green+Blue) = 193+197+116=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C574 is #3E3A8B. Grayscale: #BABABA. Windows color (decimal): -4078220 or 7652801. OLE color: 7652801.
HSL color Cylindrical-coordinate representation of color #C1C574: hue angle of 62.96º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1C574 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 116 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.23 |
| HSL | 62.96º | 0.41% | 0.61% | - |
| HSV(B) | 62.96º | 0.41% | 0.77% | - |
| XYZ | 45.11 | 52.53 | 24.28 | - |
| YUV | 186.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 116 | 0.02 | 0 | 0.41 | 0.23 | 62.96 | 0.41 | 0.61 |
| Hex | C1 | C5 | 74 | 2 | 0 | 29 | 17 | 3F | 29 | 3D |
| Octal | 301 | 305 | 164 | 2 | 0 | 51 | 27 | 77 | 51 | 75 |
| Binary | 11000001 | 11000101 | 1110100 | 10 | 0 | 101001 | 10111 | 111111 | 101001 | 111101 |
Color Harmonies of #C1C574
Complementary color
Monochromatic Colors of #C1C574
Black with #C1C574
Text Example
Text Example
White with #C1C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C574; }
p { color: rgb(193,197,116); }
H1.HeaderClassName
{
color: #C1C574;
}
.AnyTagClassName
{
color: #C1C574;
}
</style>
background-color css
<style>
a { background-color: #C1C574; }
a { background-color: rgb(193,197,116); }
div.DivClassName
{
background-color: #C1C574;
}
.BgClassName
{
background-color: #C1C574;
}
</style>
border-color css
<style>
span { border-color: #C1C574; }
span { border-color: rgb(193,197,116); }
td.TdClassName
{
border-color: #C1C574;
}
.TagClassName
{
border-color: #C1C574;
}
</style>