Shades of Pine Glade #C3C67D
Tints of Pine Glade #C3C67D
RGB
CMYK
RGB Variations
Color information
#C3C67D (or 0xC3C67D) is known color: Pine Glade. HEX triplet: C3, C6 and 7D. RGB value is (195,198,125). Sum of RGB (Red+Green+Blue) = 195+198+125=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C67D is #3C3982. Grayscale: #BDBDBD. Windows color (decimal): -3946883 or 8242883. OLE color: 8242883.
HSL color Cylindrical-coordinate representation of color #C3C67D: hue angle of 62.47º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3C67D is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 125 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.22 |
| HSL | 62.47º | 0.39% | 0.63% | - |
| HSV(B) | 62.47º | 0.37% | 0.78% | - |
| XYZ | 46.4 | 53.47 | 27.28 | - |
| YUV | 188.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 125 | 0.02 | 0 | 0.37 | 0.22 | 62.47 | 0.39 | 0.63 |
| Hex | C3 | C6 | 7D | 2 | 0 | 25 | 16 | 3E | 27 | 3F |
| Octal | 303 | 306 | 175 | 2 | 0 | 45 | 26 | 76 | 47 | 77 |
| Binary | 11000011 | 11000110 | 1111101 | 10 | 0 | 100101 | 10110 | 111110 | 100111 | 111111 |
Color Harmonies of #C3C67D
Complementary color
Monochromatic Colors of #C3C67D
Black with #C3C67D
Text Example
Text Example
White with #C3C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C67D; }
p { color: rgb(195,198,125); }
H1.HeaderClassName
{
color: #C3C67D;
}
.AnyTagClassName
{
color: #C3C67D;
}
</style>
background-color css
<style>
a { background-color: #C3C67D; }
a { background-color: rgb(195,198,125); }
div.DivClassName
{
background-color: #C3C67D;
}
.BgClassName
{
background-color: #C3C67D;
}
</style>
border-color css
<style>
span { border-color: #C3C67D; }
span { border-color: rgb(195,198,125); }
td.TdClassName
{
border-color: #C3C67D;
}
.TagClassName
{
border-color: #C3C67D;
}
</style>