#C5C288

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

Shades of Pine Glade #C5C288

Tints of Pine Glade #C5C288

Color information

#C5C288 (or 0xC5C288) is unknown color: approx Pine Glade. HEX triplet: C5, C2 and 88. RGB value is (197,194,136). Sum of RGB (Red+Green+Blue) = 197+194+136=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C288 is #3A3D77. Grayscale: #BCBCBC. Windows color (decimal): -3816824 or 8962757. OLE color: 8962757.

HSL color Cylindrical-coordinate representation of color #C5C288: hue angle of 57.05º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5C288 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB197194136-
CMYK00.020.310.23
HSL57.05º34.46%65.29%-
HSV(B)57.05º30.96%77.25%-
XYZ46.7652.2330.91-
YUV188.2898.49134.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.38%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 136 (53.52% from 255) = 25.81%
R=37.38%
G=36.81%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719413600.020.310.2357.0534.4665.29
HexC5C288021F17392241
Octal3053022100237277142101
Binary11000101110000101000100001011111101111110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C288; }

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

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

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

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

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

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

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

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