Shades of Pine Glade #C3C689
Tints of Pine Glade #C3C689
RGB
CMYK
RGB Variations
Color information
#C3C689 (or 0xC3C689) is known color: Pine Glade. HEX triplet: C3, C6 and 89. RGB value is (195,198,137). Sum of RGB (Red+Green+Blue) = 195+198+137=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C689 is #3C3976. Grayscale: #BEBEBE. Windows color (decimal): -3946871 or 9029315. OLE color: 9029315.
HSL color Cylindrical-coordinate representation of color #C3C689: hue angle of 62.95º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3C689 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 137 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.22 |
| HSL | 62.95º | 0.35% | 0.66% | - |
| HSV(B) | 62.95º | 0.31% | 0.78% | - |
| XYZ | 47.22 | 53.8 | 31.56 | - |
| YUV | 190.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 137 | 0.02 | 0 | 0.31 | 0.22 | 62.95 | 0.35 | 0.66 |
| Hex | C3 | C6 | 89 | 2 | 0 | 1F | 16 | 3F | 23 | 42 |
| Octal | 303 | 306 | 211 | 2 | 0 | 37 | 26 | 77 | 43 | 102 |
| Binary | 11000011 | 11000110 | 10001001 | 10 | 0 | 11111 | 10110 | 111111 | 100011 | 1000010 |
Color Harmonies of #C3C689
Complementary color
Monochromatic Colors of #C3C689
Black with #C3C689
Text Example
Text Example
White with #C3C689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C689; }
p { color: rgb(195,198,137); }
H1.HeaderClassName
{
color: #C3C689;
}
.AnyTagClassName
{
color: #C3C689;
}
</style>
background-color css
<style>
a { background-color: #C3C689; }
a { background-color: rgb(195,198,137); }
div.DivClassName
{
background-color: #C3C689;
}
.BgClassName
{
background-color: #C3C689;
}
</style>
border-color css
<style>
span { border-color: #C3C689; }
span { border-color: rgb(195,198,137); }
td.TdClassName
{
border-color: #C3C689;
}
.TagClassName
{
border-color: #C3C689;
}
</style>