Shades of Pine Glade #C1C67A
Tints of Pine Glade #C1C67A
RGB
CMYK
RGB Variations
Color information
#C1C67A (or 0xC1C67A) is known color: Pine Glade. HEX triplet: C1, C6 and 7A. RGB value is (193,198,122). Sum of RGB (Red+Green+Blue) = 193+198+122=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C67A is #3E3985. Grayscale: #BCBCBC. Windows color (decimal): -4077958 or 8046273. OLE color: 8046273.
HSL color Cylindrical-coordinate representation of color #C1C67A: hue angle of 63.95º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1C67A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 198 | 122 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.22 |
| HSL | 63.95º | 0.4% | 0.63% | - |
| HSV(B) | 63.95º | 0.38% | 0.78% | - |
| XYZ | 45.7 | 53.13 | 26.26 | - |
| YUV | 187.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 198 | 122 | 0.03 | 0 | 0.38 | 0.22 | 63.95 | 0.4 | 0.63 |
| Hex | C1 | C6 | 7A | 3 | 0 | 26 | 16 | 40 | 28 | 3F |
| Octal | 301 | 306 | 172 | 3 | 0 | 46 | 26 | 100 | 50 | 77 |
| Binary | 11000001 | 11000110 | 1111010 | 11 | 0 | 100110 | 10110 | 1000000 | 101000 | 111111 |
Color Harmonies of #C1C67A
Complementary color
Monochromatic Colors of #C1C67A
Black with #C1C67A
Text Example
Text Example
White with #C1C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C67A; }
p { color: rgb(193,198,122); }
H1.HeaderClassName
{
color: #C1C67A;
}
.AnyTagClassName
{
color: #C1C67A;
}
</style>
background-color css
<style>
a { background-color: #C1C67A; }
a { background-color: rgb(193,198,122); }
div.DivClassName
{
background-color: #C1C67A;
}
.BgClassName
{
background-color: #C1C67A;
}
</style>
border-color css
<style>
span { border-color: #C1C67A; }
span { border-color: rgb(193,198,122); }
td.TdClassName
{
border-color: #C1C67A;
}
.TagClassName
{
border-color: #C1C67A;
}
</style>