Shades of Pine Glade #C3C085
Tints of Pine Glade #C3C085
RGB
CMYK
RGB Variations
Color information
#C3C085 (or 0xC3C085) is known color: Pine Glade. HEX triplet: C3, C0 and 85. RGB value is (195,192,133). Sum of RGB (Red+Green+Blue) = 195+192+133=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C085 is #3C3F7A. Grayscale: #BABABA. Windows color (decimal): -3948411 or 8765635. OLE color: 8765635.
HSL color Cylindrical-coordinate representation of color #C3C085: hue angle of 57.1º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3C085 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 133 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.24 |
| HSL | 57.1º | 0.34% | 0.64% | - |
| HSV(B) | 57.1º | 0.32% | 0.76% | - |
| XYZ | 45.59 | 50.99 | 29.63 | - |
| YUV | 186.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 133 | 0 | 0.02 | 0.32 | 0.24 | 57.1 | 0.34 | 0.64 |
| Hex | C3 | C0 | 85 | 0 | 2 | 20 | 18 | 39 | 22 | 40 |
| Octal | 303 | 300 | 205 | 0 | 2 | 40 | 30 | 71 | 42 | 100 |
| Binary | 11000011 | 11000000 | 10000101 | 0 | 10 | 100000 | 11000 | 111001 | 100010 | 1000000 |
Color Harmonies of #C3C085
Complementary color
Monochromatic Colors of #C3C085
Black with #C3C085
Text Example
Text Example
White with #C3C085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C085; }
p { color: rgb(195,192,133); }
H1.HeaderClassName
{
color: #C3C085;
}
.AnyTagClassName
{
color: #C3C085;
}
</style>
background-color css
<style>
a { background-color: #C3C085; }
a { background-color: rgb(195,192,133); }
div.DivClassName
{
background-color: #C3C085;
}
.BgClassName
{
background-color: #C3C085;
}
</style>
border-color css
<style>
span { border-color: #C3C085; }
span { border-color: rgb(195,192,133); }
td.TdClassName
{
border-color: #C3C085;
}
.TagClassName
{
border-color: #C3C085;
}
</style>