#C17C30

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

Shades of Geebung #C17C30

Tints of Geebung #C17C30

Color information

#C17C30 (or 0xC17C30) is unknown color: approx Geebung. HEX triplet: C1, 7C and 30. RGB value is (193,124,48). Sum of RGB (Red+Green+Blue) = 193+124+48=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C30 is #3E83CF. Grayscale: #888888. Windows color (decimal): -4096976 or 3177665. OLE color: 3177665.

HSL color Cylindrical-coordinate representation of color #C17C30: hue angle of 31.45º 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 #C17C30 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19312448-
CMYK00.360.750.24
HSL31.45º60.17%47.25%-
HSV(B)31.45º75.13%75.69%-
XYZ29.7325.976.24-
YUV135.9778.36168.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 48 (19.14% from 255) = 13.15%
R=52.88%
G=33.97%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931244800.360.750.2431.4560.1747.25
HexC17C300244B181f3c2f
Octal3011746004411330377457
Binary110000011111100110000010010010010111100011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17C30; }

 p { color: rgb(193,124,48); }

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

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

 a { background-color: rgb(193,124,48); }

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

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

 span { border-color: rgb(193,124,48); }

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