#C3C288

Color #C3C288 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C3C288

Tints of Pine Glade #C3C288

Color information

#C3C288 (or 0xC3C288) is unknown color: approx Pine Glade. HEX triplet: C3, C2 and 88. RGB value is (195,194,136). Sum of RGB (Red+Green+Blue) = 195+194+136=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C288 is #3C3D77. Grayscale: #BBBBBB. Windows color (decimal): -3947896 or 8962755. OLE color: 8962755.

HSL color Cylindrical-coordinate representation of color #C3C288: hue angle of 58.98º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3C288 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB195194136-
CMYK00.010.300.24
HSL58.98º32.96%64.9%-
HSV(B)58.98º30.26%76.47%-
XYZ46.2451.9630.89-
YUV187.6998.83133.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 136 (53.52% from 255) = 25.90%
R=37.14%
G=36.95%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519413600.010.300.2458.9832.9664.9
HexC3C288011E183b2141
Octal3033022100136307341101
Binary1100001111000010100010000111110110001110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C288; }

 p { color: rgb(195,194,136); }

 H1.HeaderClassName
 {
   color: #C3C288;
 }
 .AnyTagClassName
 {
   color: #C3C288;
 }
</style>
background-color css

<style>
 a { background-color: #C3C288; }

 a { background-color: rgb(195,194,136); }

 div.DivClassName
 {
   background-color: #C3C288;
 }
 .BgClassName
 {
   background-color: #C3C288;
 }
</style>
border-color css

<style>
 span { border-color: #C3C288; }

 span { border-color: rgb(195,194,136); }

 td.TdClassName
 {
   border-color: #C3C288;
 }
 .TagClassName
 {
   border-color: #C3C288;
 }
</style>