#C3C57F

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

Shades of Pine Glade #C3C57F

Tints of Pine Glade #C3C57F

Color information

#C3C57F (or 0xC3C57F) is unknown color: approx Pine Glade. HEX triplet: C3, C5 and 7F. RGB value is (195,197,127). Sum of RGB (Red+Green+Blue) = 195+197+127=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C57F is #3C3A80. Grayscale: #BCBCBC. Windows color (decimal): -3947137 or 8373699. OLE color: 8373699.

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

Color convert

RGB195197127-
CMYK0.0100.360.23
HSL61.71º37.63%63.53%-
HSV(B)61.71º35.53%77.25%-
XYZ46.353.0727.88-
YUV188.4293.34132.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 127 (50% from 255) = 24.47%
R=37.57%
G=37.96%
B=24.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951971270.0100.360.2361.7137.6363.53
HexC3C57F1024173e2640
Octal3033051771044277646100
Binary1100001111000101111111110100100101111111101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C57F; }

 p { color: rgb(195,197,127); }

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

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

 a { background-color: rgb(195,197,127); }

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

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

 span { border-color: rgb(195,197,127); }

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