Shades of Pine Glade #C7C27B
Tints of Pine Glade #C7C27B
RGB
CMYK
RGB Variations
Color information
#C7C27B (or 0xC7C27B) is known color: Pine Glade. HEX triplet: C7, C2 and 7B. RGB value is (199,194,123). Sum of RGB (Red+Green+Blue) = 199+194+123=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C27B is #383D84. Grayscale: #BBBBBB. Windows color (decimal): -3685765 or 8110791. OLE color: 8110791.
HSL color Cylindrical-coordinate representation of color #C7C27B: hue angle of 56.05º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7C27B is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 123 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.22 |
| HSL | 56.05º | 0.4% | 0.63% | - |
| HSV(B) | 56.05º | 0.38% | 0.78% | - |
| XYZ | 46.42 | 52.16 | 26.36 | - |
| YUV | 187.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 123 | 0 | 0.03 | 0.38 | 0.22 | 56.05 | 0.4 | 0.63 |
| Hex | C7 | C2 | 7B | 0 | 3 | 26 | 16 | 38 | 28 | 3F |
| Octal | 307 | 302 | 173 | 0 | 3 | 46 | 26 | 70 | 50 | 77 |
| Binary | 11000111 | 11000010 | 1111011 | 0 | 11 | 100110 | 10110 | 111000 | 101000 | 111111 |
Color Harmonies of #C7C27B
Complementary color
Monochromatic Colors of #C7C27B
Black with #C7C27B
Text Example
Text Example
White with #C7C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C27B; }
p { color: rgb(199,194,123); }
H1.HeaderClassName
{
color: #C7C27B;
}
.AnyTagClassName
{
color: #C7C27B;
}
</style>
background-color css
<style>
a { background-color: #C7C27B; }
a { background-color: rgb(199,194,123); }
div.DivClassName
{
background-color: #C7C27B;
}
.BgClassName
{
background-color: #C7C27B;
}
</style>
border-color css
<style>
span { border-color: #C7C27B; }
span { border-color: rgb(199,194,123); }
td.TdClassName
{
border-color: #C7C27B;
}
.TagClassName
{
border-color: #C7C27B;
}
</style>