Shades of Pine Glade #C3C17B
Tints of Pine Glade #C3C17B
RGB
CMYK
RGB Variations
Color information
#C3C17B (or 0xC3C17B) is known color: Pine Glade. HEX triplet: C3, C1 and 7B. RGB value is (195,193,123). Sum of RGB (Red+Green+Blue) = 195+193+123=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C17B is #3C3E84. Grayscale: #B9B9B9. Windows color (decimal): -3948165 or 8110531. OLE color: 8110531.
HSL color Cylindrical-coordinate representation of color #C3C17B: hue angle of 58.33º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3C17B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 123 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.24 |
| HSL | 58.33º | 0.38% | 0.62% | - |
| HSV(B) | 58.33º | 0.37% | 0.76% | - |
| XYZ | 45.15 | 51.17 | 26.24 | - |
| YUV | 185.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 123 | 0 | 0.01 | 0.37 | 0.24 | 58.33 | 0.38 | 0.62 |
| Hex | C3 | C1 | 7B | 0 | 1 | 25 | 18 | 3A | 26 | 3E |
| Octal | 303 | 301 | 173 | 0 | 1 | 45 | 30 | 72 | 46 | 76 |
| Binary | 11000011 | 11000001 | 1111011 | 0 | 1 | 100101 | 11000 | 111010 | 100110 | 111110 |
Color Harmonies of #C3C17B
Complementary color
Monochromatic Colors of #C3C17B
Black with #C3C17B
Text Example
Text Example
White with #C3C17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C17B; }
p { color: rgb(195,193,123); }
H1.HeaderClassName
{
color: #C3C17B;
}
.AnyTagClassName
{
color: #C3C17B;
}
</style>
background-color css
<style>
a { background-color: #C3C17B; }
a { background-color: rgb(195,193,123); }
div.DivClassName
{
background-color: #C3C17B;
}
.BgClassName
{
background-color: #C3C17B;
}
</style>
border-color css
<style>
span { border-color: #C3C17B; }
span { border-color: rgb(195,193,123); }
td.TdClassName
{
border-color: #C3C17B;
}
.TagClassName
{
border-color: #C3C17B;
}
</style>