#C27E30

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

Shades of Geebung #C27E30

Tints of Geebung #C27E30

Color information

#C27E30 (or 0xC27E30) is unknown color: approx Geebung. HEX triplet: C2, 7E and 30. RGB value is (194,126,48). Sum of RGB (Red+Green+Blue) = 194+126+48=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E30 is #3D81CF. Grayscale: #898989. Windows color (decimal): -4030928 or 3178178. OLE color: 3178178.

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

Color convert

RGB19412648-
CMYK00.350.750.24
HSL32.05º60.33%47.45%-
HSV(B)32.05º75.26%76.08%-
XYZ30.2426.66.34-
YUV137.4477.53168.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.72%
GREEN value IS 126 (49.61% from 255) = 34.24%
BLUE value IS 48 (19.14% from 255) = 13.04%
R=52.72%
G=34.24%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941264800.350.750.2432.0560.3347.45
HexC27E300234B18203c2f
Octal3021766004311330407457
Binary1100001011111101100000100011100101111000100000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E30; }

 p { color: rgb(194,126,48); }

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

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

 a { background-color: rgb(194,126,48); }

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

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

 span { border-color: rgb(194,126,48); }

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