#C4C375

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

Shades of Pine Glade #C4C375

Tints of Pine Glade #C4C375

Color information

#C4C375 (or 0xC4C375) is unknown color: approx Pine Glade. HEX triplet: C4, C3 and 75. RGB value is (196,195,117). Sum of RGB (Red+Green+Blue) = 196+195+117=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C375 is #3B3C8A. Grayscale: #BABABA. Windows color (decimal): -3882123 or 7717828. OLE color: 7717828.

HSL color Cylindrical-coordinate representation of color #C4C375: hue angle of 59.24º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4C375 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196195117-
CMYK00.010.400.23
HSL59.24º40.1%61.37%-
HSV(B)59.24º40.31%76.86%-
XYZ45.4952.0524.48-
YUV186.4188.83134.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 195 (76.56% from 255) = 38.39%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=38.58%
G=38.39%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619511700.010.400.2359.2440.161.37
HexC4C3750128173b283d
Octal304303165015027735075
Binary110001001100001111101010110100010111111011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C375; }

 p { color: rgb(196,195,117); }

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

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

 a { background-color: rgb(196,195,117); }

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

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

 span { border-color: rgb(196,195,117); }

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