#C17E2F

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

Shades of Geebung #C17E2F

Tints of Geebung #C17E2F

Color information

#C17E2F (or 0xC17E2F) is unknown color: approx Geebung. HEX triplet: C1, 7E and 2F. RGB value is (193,126,47). Sum of RGB (Red+Green+Blue) = 193+126+47=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E2F is #3E81D0. Grayscale: #898989. Windows color (decimal): -4096465 or 3112641. OLE color: 3112641.

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

Color convert

RGB19312647-
CMYK00.350.760.24
HSL32.47º60.83%47.06%-
HSV(B)32.47º75.65%75.69%-
XYZ29.9726.466.22-
YUV137.0377.2167.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.73%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 47 (18.75% from 255) = 12.84%
R=52.73%
G=34.43%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931264700.350.760.2432.4760.8347.06
HexC17E2F0234C18203d2f
Octal3011765704311430407557
Binary1100000111111101011110100011100110011000100000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E2F; }

 p { color: rgb(193,126,47); }

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

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

 a { background-color: rgb(193,126,47); }

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

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

 span { border-color: rgb(193,126,47); }

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