Shades of Pine Glade #C3C68A
Tints of Pine Glade #C3C68A
RGB
CMYK
RGB Variations
Color information
#C3C68A (or 0xC3C68A) is known color: Pine Glade. HEX triplet: C3, C6 and 8A. RGB value is (195,198,138). Sum of RGB (Red+Green+Blue) = 195+198+138=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C68A is #3C3975. Grayscale: #BEBEBE. Windows color (decimal): -3946870 or 9094851. OLE color: 9094851.
HSL color Cylindrical-coordinate representation of color #C3C68A: hue angle of 63º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3C68A is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 138 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.22 |
| HSL | 63º | 0.34% | 0.66% | - |
| HSV(B) | 63º | 0.3% | 0.78% | - |
| XYZ | 47.29 | 53.83 | 31.94 | - |
| YUV | 190.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 138 | 0.02 | 0 | 0.30 | 0.22 | 63 | 0.34 | 0.66 |
| Hex | C3 | C6 | 8A | 2 | 0 | 1E | 16 | 3F | 22 | 42 |
| Octal | 303 | 306 | 212 | 2 | 0 | 36 | 26 | 77 | 42 | 102 |
| Binary | 11000011 | 11000110 | 10001010 | 10 | 0 | 11110 | 10110 | 111111 | 100010 | 1000010 |
Color Harmonies of #C3C68A
Complementary color
Monochromatic Colors of #C3C68A
Black with #C3C68A
Text Example
Text Example
White with #C3C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C68A; }
p { color: rgb(195,198,138); }
H1.HeaderClassName
{
color: #C3C68A;
}
.AnyTagClassName
{
color: #C3C68A;
}
</style>
background-color css
<style>
a { background-color: #C3C68A; }
a { background-color: rgb(195,198,138); }
div.DivClassName
{
background-color: #C3C68A;
}
.BgClassName
{
background-color: #C3C68A;
}
</style>
border-color css
<style>
span { border-color: #C3C68A; }
span { border-color: rgb(195,198,138); }
td.TdClassName
{
border-color: #C3C68A;
}
.TagClassName
{
border-color: #C3C68A;
}
</style>