Html Css Color HEX #C18026 Geebung

📋 copy color: '#C18026'

red 193 ◦ green 128 ◦ blue 38

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

Shades of Geebung #C18026

Tints of Geebung #C18026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.58%

R = 53.76%
G = 35.65%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C18026 (or 0xC18026) is known color: Geebung. HEX triplet: C1, 80 and 26. RGB value is (193,128,38). Sum of RGB (Red+Green+Blue) = 193+128+38=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C18026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18026 is #3E7FD9. Grayscale: #898989. Windows color (decimal): -4095962 or 2523329. OLE color: 2523329.

HSL color Cylindrical-coordinate representation of color #C18026: hue angle of 34.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C18026 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 128 38 -
CMYK 0 0.34 0.80 0.24
HSL 34.84º 0.67% 0.45% -
HSV(B) 34.84º 0.8% 0.76% -
XYZ 30.06 26.92 5.44 -
YUV 137.18 72.03 167.82 -
System Red Green Blue C M Y K H S L
Decimal 193 128 38 0 0.34 0.80 0.24 34.84 0.67 0.45
Hex C1 80 26 0 22 50 18 23 43 2D
Octal 301 200 46 0 42 120 30 43 103 55
Binary 11000001 10000000 100110 0 100010 1010000 11000 100011 1000011 101101

Color Harmonies of #C18026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18026

Black with #C18026

Text Example


Text Example

White with #C18026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18026; }

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

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

background-color css

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

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

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

border-color css

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

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

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