Html Css Color HEX #C08026 Geebung

📋 copy color: '#C08026'

red 192 ◦ green 128 ◦ blue 38

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

Shades of Geebung #C08026

Tints of Geebung #C08026

RGB

 RED value IS 192 (75.39% from 255) = 53.63%

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

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

R = 53.63%
G = 35.75%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C08026 (or 0xC08026) is known color: Geebung. HEX triplet: C0, 80 and 26. RGB value is (192,128,38). Sum of RGB (Red+Green+Blue) = 192+128+38=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C08026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08026 is #3F7FD9. Grayscale: #898989. Windows color (decimal): -4161498 or 2523328. OLE color: 2523328.

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

Color convert

RGB 192 128 38 -
CMYK 0 0.33 0.80 0.25
HSL 35.06º 0.67% 0.45% -
HSV(B) 35.06º 0.8% 0.75% -
XYZ 29.81 26.78 5.43 -
YUV 136.88 72.2 167.32 -
System Red Green Blue C M Y K H S L
Decimal 192 128 38 0 0.33 0.80 0.25 35.06 0.67 0.45
Hex C0 80 26 0 21 50 19 23 43 2D
Octal 300 200 46 0 41 120 31 43 103 55
Binary 11000000 10000000 100110 0 100001 1010000 11001 100011 1000011 101101

Color Harmonies of #C08026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08026

Black with #C08026

Text Example


Text Example

White with #C08026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08026; }

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

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

background-color css

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

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

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

border-color css

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

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

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