Shades of Pine Glade #C3CB73
Tints of Pine Glade #C3CB73
RGB
CMYK
RGB Variations
Color information
#C3CB73 (or 0xC3CB73) is known color: Pine Glade. HEX triplet: C3, CB and 73. RGB value is (195,203,115). Sum of RGB (Red+Green+Blue) = 195+203+115=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CB73 is #3C348C. Grayscale: #BEBEBE. Windows color (decimal): -3945613 or 7588803. OLE color: 7588803.
HSL color Cylindrical-coordinate representation of color #C3CB73: hue angle of 65.45º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3CB73 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 115 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.20 |
| HSL | 65.45º | 0.46% | 0.62% | - |
| HSV(B) | 65.45º | 0.43% | 0.8% | - |
| XYZ | 46.96 | 55.55 | 24.47 | - |
| YUV | 190.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 115 | 0.04 | 0 | 0.43 | 0.20 | 65.45 | 0.46 | 0.62 |
| Hex | C3 | CB | 73 | 4 | 0 | 2B | 14 | 41 | 2E | 3E |
| Octal | 303 | 313 | 163 | 4 | 0 | 53 | 24 | 101 | 56 | 76 |
| Binary | 11000011 | 11001011 | 1110011 | 100 | 0 | 101011 | 10100 | 1000001 | 101110 | 111110 |
Color Harmonies of #C3CB73
Complementary color
Monochromatic Colors of #C3CB73
Black with #C3CB73
Text Example
Text Example
White with #C3CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB73; }
p { color: rgb(195,203,115); }
H1.HeaderClassName
{
color: #C3CB73;
}
.AnyTagClassName
{
color: #C3CB73;
}
</style>
background-color css
<style>
a { background-color: #C3CB73; }
a { background-color: rgb(195,203,115); }
div.DivClassName
{
background-color: #C3CB73;
}
.BgClassName
{
background-color: #C3CB73;
}
</style>
border-color css
<style>
span { border-color: #C3CB73; }
span { border-color: rgb(195,203,115); }
td.TdClassName
{
border-color: #C3CB73;
}
.TagClassName
{
border-color: #C3CB73;
}
</style>