Html Css Color HEX #C18032 Geebung

📋 copy color: '#C18032'

red 193 ◦ green 128 ◦ blue 50

#C18032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C18032

Tints of Geebung #C18032

RGB

 RED value IS 193 (75.78% from 255) = 52.02%

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 52.02%
G = 34.5%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C18032 (or 0xC18032) is known color: Geebung. HEX triplet: C1, 80 and 32. RGB value is (193,128,50). Sum of RGB (Red+Green+Blue) = 193+128+50=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C18032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18032 is #3E7FCD. Grayscale: #8A8A8A. Windows color (decimal): -4095950 or 3309761. OLE color: 3309761.

HSL color Cylindrical-coordinate representation of color #C18032: hue angle of 32.73º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C18032 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 128 50 -
CMYK 0 0.34 0.74 0.24
HSL 32.73º 0.59% 0.48% -
HSV(B) 32.73º 0.74% 0.76% -
XYZ 30.29 27.01 6.63 -
YUV 138.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 193 128 50 0 0.34 0.74 0.24 32.73 0.59 0.48
Hex C1 80 32 0 22 4A 18 21 3B 30
Octal 301 200 62 0 42 112 30 41 73 60
Binary 11000001 10000000 110010 0 100010 1001010 11000 100001 111011 110000

Color Harmonies of #C18032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18032

Black with #C18032

Text Example


Text Example

White with #C18032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18032; }

 p { color: rgb(193,128,50); }

 H1.HeaderClassName
 {
   color: #C18032;
 }
 .AnyTagClassName
 {
   color: #C18032;
 }
</style>

background-color css

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

 a { background-color: rgb(193,128,50); }

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

border-color css

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

 span { border-color: rgb(193,128,50); }

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