Html Css Color HEX #C18332 Geebung

📋 copy color: '#C18332'

red 193 ◦ green 131 ◦ blue 50

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

Shades of Geebung #C18332

Tints of Geebung #C18332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

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

R = 51.6%
G = 35.03%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C18332 (or 0xC18332) is known color: Geebung. HEX triplet: C1, 83 and 32. RGB value is (193,131,50). Sum of RGB (Red+Green+Blue) = 193+131+50=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C18332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18332 is #3E7CCD. Grayscale: #8C8C8C. Windows color (decimal): -4095182 or 3310529. OLE color: 3310529.

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

Color convert

RGB 193 131 50 -
CMYK 0 0.32 0.74 0.24
HSL 33.99º 0.59% 0.48% -
HSV(B) 33.99º 0.74% 0.76% -
XYZ 30.68 27.8 6.77 -
YUV 140.3 77.04 165.59 -
System Red Green Blue C M Y K H S L
Decimal 193 131 50 0 0.32 0.74 0.24 33.99 0.59 0.48
Hex C1 83 32 0 20 4A 18 22 3B 30
Octal 301 203 62 0 40 112 30 42 73 60
Binary 11000001 10000011 110010 0 100000 1001010 11000 100010 111011 110000

Color Harmonies of #C18332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18332

Black with #C18332

Text Example


Text Example

White with #C18332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18332; }

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

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

background-color css

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

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

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

border-color css

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

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

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