Shades of Pine Glade #C3C272
Tints of Pine Glade #C3C272
RGB
CMYK
RGB Variations
Color information
#C3C272 (or 0xC3C272) is known color: Pine Glade. HEX triplet: C3, C2 and 72. RGB value is (195,194,114). Sum of RGB (Red+Green+Blue) = 195+194+114=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C272 is #3C3D8D. Grayscale: #B9B9B9. Windows color (decimal): -3947918 or 7520963. OLE color: 7520963.
HSL color Cylindrical-coordinate representation of color #C3C272: hue angle of 59.26º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3C272 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 114 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.24 |
| HSL | 59.26º | 0.4% | 0.61% | - |
| HSV(B) | 59.26º | 0.42% | 0.76% | - |
| XYZ | 44.83 | 51.4 | 23.48 | - |
| YUV | 185.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 114 | 0 | 0.01 | 0.42 | 0.24 | 59.26 | 0.4 | 0.61 |
| Hex | C3 | C2 | 72 | 0 | 1 | 2A | 18 | 3B | 28 | 3D |
| Octal | 303 | 302 | 162 | 0 | 1 | 52 | 30 | 73 | 50 | 75 |
| Binary | 11000011 | 11000010 | 1110010 | 0 | 1 | 101010 | 11000 | 111011 | 101000 | 111101 |
Color Harmonies of #C3C272
Complementary color
Monochromatic Colors of #C3C272
Black with #C3C272
Text Example
Text Example
White with #C3C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C272; }
p { color: rgb(195,194,114); }
H1.HeaderClassName
{
color: #C3C272;
}
.AnyTagClassName
{
color: #C3C272;
}
</style>
background-color css
<style>
a { background-color: #C3C272; }
a { background-color: rgb(195,194,114); }
div.DivClassName
{
background-color: #C3C272;
}
.BgClassName
{
background-color: #C3C272;
}
</style>
border-color css
<style>
span { border-color: #C3C272; }
span { border-color: rgb(195,194,114); }
td.TdClassName
{
border-color: #C3C272;
}
.TagClassName
{
border-color: #C3C272;
}
</style>