#C3C28B

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

Shades of Pine Glade #C3C28B

Tints of Pine Glade #C3C28B

Color information

#C3C28B (or 0xC3C28B) is unknown color: approx Pine Glade. HEX triplet: C3, C2 and 8B. RGB value is (195,194,139). Sum of RGB (Red+Green+Blue) = 195+194+139=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C28B is #3C3D74. Grayscale: #BCBCBC. Windows color (decimal): -3947893 or 9159363. OLE color: 9159363.

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

Color convert

RGB195194139-
CMYK00.010.290.24
HSL58.93º31.82%65.49%-
HSV(B)58.93º28.72%76.47%-
XYZ46.4652.0532.02-
YUV188.03100.33132.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=36.93%
G=36.74%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519413900.010.290.2458.9331.8265.49
HexC3C28B011D183b2041
Octal3033022130135307340101
Binary1100001111000010100010110111101110001110111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C28B; }

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

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

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

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

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

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

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

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