Shades of Pine Glade #C3C277
Tints of Pine Glade #C3C277
RGB
CMYK
RGB Variations
Color information
#C3C277 (or 0xC3C277) is known color: Pine Glade. HEX triplet: C3, C2 and 77. RGB value is (195,194,119). Sum of RGB (Red+Green+Blue) = 195+194+119=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C277 is #3C3D88. Grayscale: #BABABA. Windows color (decimal): -3947913 or 7848643. OLE color: 7848643.
HSL color Cylindrical-coordinate representation of color #C3C277: hue angle of 59.21º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3C277 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 119 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.24 |
| HSL | 59.21º | 0.39% | 0.62% | - |
| HSV(B) | 59.21º | 0.39% | 0.76% | - |
| XYZ | 45.13 | 51.52 | 25.02 | - |
| YUV | 185.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 119 | 0 | 0.01 | 0.39 | 0.24 | 59.21 | 0.39 | 0.62 |
| Hex | C3 | C2 | 77 | 0 | 1 | 27 | 18 | 3B | 27 | 3E |
| Octal | 303 | 302 | 167 | 0 | 1 | 47 | 30 | 73 | 47 | 76 |
| Binary | 11000011 | 11000010 | 1110111 | 0 | 1 | 100111 | 11000 | 111011 | 100111 | 111110 |
Color Harmonies of #C3C277
Complementary color
Monochromatic Colors of #C3C277
Black with #C3C277
Text Example
Text Example
White with #C3C277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C277; }
p { color: rgb(195,194,119); }
H1.HeaderClassName
{
color: #C3C277;
}
.AnyTagClassName
{
color: #C3C277;
}
</style>
background-color css
<style>
a { background-color: #C3C277; }
a { background-color: rgb(195,194,119); }
div.DivClassName
{
background-color: #C3C277;
}
.BgClassName
{
background-color: #C3C277;
}
</style>
border-color css
<style>
span { border-color: #C3C277; }
span { border-color: rgb(195,194,119); }
td.TdClassName
{
border-color: #C3C277;
}
.TagClassName
{
border-color: #C3C277;
}
</style>