Shades of Pine Glade #C1C57B
Tints of Pine Glade #C1C57B
RGB
CMYK
RGB Variations
Color information
#C1C57B (or 0xC1C57B) is known color: Pine Glade. HEX triplet: C1, C5 and 7B. RGB value is (193,197,123). Sum of RGB (Red+Green+Blue) = 193+197+123=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C57B is #3E3A84. Grayscale: #BBBBBB. Windows color (decimal): -4078213 or 8111553. OLE color: 8111553.
HSL color Cylindrical-coordinate representation of color #C1C57B: hue angle of 63.24º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1C57B is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 123 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.23 |
| HSL | 63.24º | 0.39% | 0.63% | - |
| HSV(B) | 63.24º | 0.38% | 0.77% | - |
| XYZ | 45.53 | 52.7 | 26.51 | - |
| YUV | 187.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 123 | 0.02 | 0 | 0.38 | 0.23 | 63.24 | 0.39 | 0.63 |
| Hex | C1 | C5 | 7B | 2 | 0 | 26 | 17 | 3F | 27 | 3F |
| Octal | 301 | 305 | 173 | 2 | 0 | 46 | 27 | 77 | 47 | 77 |
| Binary | 11000001 | 11000101 | 1111011 | 10 | 0 | 100110 | 10111 | 111111 | 100111 | 111111 |
Color Harmonies of #C1C57B
Complementary color
Monochromatic Colors of #C1C57B
Black with #C1C57B
Text Example
Text Example
White with #C1C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C57B; }
p { color: rgb(193,197,123); }
H1.HeaderClassName
{
color: #C1C57B;
}
.AnyTagClassName
{
color: #C1C57B;
}
</style>
background-color css
<style>
a { background-color: #C1C57B; }
a { background-color: rgb(193,197,123); }
div.DivClassName
{
background-color: #C1C57B;
}
.BgClassName
{
background-color: #C1C57B;
}
</style>
border-color css
<style>
span { border-color: #C1C57B; }
span { border-color: rgb(193,197,123); }
td.TdClassName
{
border-color: #C1C57B;
}
.TagClassName
{
border-color: #C1C57B;
}
</style>