Shades of Pine Glade #C3C078
Tints of Pine Glade #C3C078
RGB
CMYK
RGB Variations
Color information
#C3C078 (or 0xC3C078) is known color: Pine Glade. HEX triplet: C3, C0 and 78. RGB value is (195,192,120). Sum of RGB (Red+Green+Blue) = 195+192+120=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C078 is #3C3F87. Grayscale: #B8B8B8. Windows color (decimal): -3948424 or 7913667. OLE color: 7913667.
HSL color Cylindrical-coordinate representation of color #C3C078: hue angle of 57.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3C078 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 120 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.24 |
| HSL | 57.6º | 0.38% | 0.62% | - |
| HSV(B) | 57.6º | 0.38% | 0.76% | - |
| XYZ | 44.75 | 50.66 | 25.19 | - |
| YUV | 184.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 120 | 0 | 0.02 | 0.38 | 0.24 | 57.6 | 0.38 | 0.62 |
| Hex | C3 | C0 | 78 | 0 | 2 | 26 | 18 | 3A | 26 | 3E |
| Octal | 303 | 300 | 170 | 0 | 2 | 46 | 30 | 72 | 46 | 76 |
| Binary | 11000011 | 11000000 | 1111000 | 0 | 10 | 100110 | 11000 | 111010 | 100110 | 111110 |
Color Harmonies of #C3C078
Complementary color
Monochromatic Colors of #C3C078
Black with #C3C078
Text Example
Text Example
White with #C3C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C078; }
p { color: rgb(195,192,120); }
H1.HeaderClassName
{
color: #C3C078;
}
.AnyTagClassName
{
color: #C3C078;
}
</style>
background-color css
<style>
a { background-color: #C3C078; }
a { background-color: rgb(195,192,120); }
div.DivClassName
{
background-color: #C3C078;
}
.BgClassName
{
background-color: #C3C078;
}
</style>
border-color css
<style>
span { border-color: #C3C078; }
span { border-color: rgb(195,192,120); }
td.TdClassName
{
border-color: #C3C078;
}
.TagClassName
{
border-color: #C3C078;
}
</style>