#C3C27F

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

Shades of Pine Glade #C3C27F

Tints of Pine Glade #C3C27F

Color information

#C3C27F (or 0xC3C27F) is unknown color: approx Pine Glade. HEX triplet: C3, C2 and 7F. RGB value is (195,194,127). Sum of RGB (Red+Green+Blue) = 195+194+127=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C27F is #3C3D80. Grayscale: #BABABA. Windows color (decimal): -3947905 or 8372931. OLE color: 8372931.

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

Color convert

RGB195194127-
CMYK00.010.350.24
HSL59.12º36.17%63.14%-
HSV(B)59.12º34.87%76.47%-
XYZ45.6351.7227.66-
YUV186.6694.33133.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 127 (50% from 255) = 24.61%
R=37.79%
G=37.60%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519412700.010.350.2459.1236.1763.14
HexC3C27F0123183b243f
Octal303302177014330734477
Binary110000111100001011111110110001111000111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C27F; }

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

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

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

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

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

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

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

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