Shades of Pine Glade #C1C27D
Tints of Pine Glade #C1C27D
RGB
CMYK
RGB Variations
Color information
#C1C27D (or 0xC1C27D) is known color: Pine Glade. HEX triplet: C1, C2 and 7D. RGB value is (193,194,125). Sum of RGB (Red+Green+Blue) = 193+194+125=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C27D is #3E3D82. Grayscale: #BABABA. Windows color (decimal): -4078979 or 8241857. OLE color: 8241857.
HSL color Cylindrical-coordinate representation of color #C1C27D: hue angle of 60.87º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1C27D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 194 | 125 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.24 |
| HSL | 60.87º | 0.36% | 0.63% | - |
| HSV(B) | 60.87º | 0.36% | 0.76% | - |
| XYZ | 44.99 | 51.4 | 26.95 | - |
| YUV | 185.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 125 | 0.01 | 0 | 0.36 | 0.24 | 60.87 | 0.36 | 0.63 |
| Hex | C1 | C2 | 7D | 1 | 0 | 24 | 18 | 3D | 24 | 3F |
| Octal | 301 | 302 | 175 | 1 | 0 | 44 | 30 | 75 | 44 | 77 |
| Binary | 11000001 | 11000010 | 1111101 | 1 | 0 | 100100 | 11000 | 111101 | 100100 | 111111 |
Color Harmonies of #C1C27D
Complementary color
Monochromatic Colors of #C1C27D
Black with #C1C27D
Text Example
Text Example
White with #C1C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C27D; }
p { color: rgb(193,194,125); }
H1.HeaderClassName
{
color: #C1C27D;
}
.AnyTagClassName
{
color: #C1C27D;
}
</style>
background-color css
<style>
a { background-color: #C1C27D; }
a { background-color: rgb(193,194,125); }
div.DivClassName
{
background-color: #C1C27D;
}
.BgClassName
{
background-color: #C1C27D;
}
</style>
border-color css
<style>
span { border-color: #C1C27D; }
span { border-color: rgb(193,194,125); }
td.TdClassName
{
border-color: #C1C27D;
}
.TagClassName
{
border-color: #C1C27D;
}
</style>