Html Css Color HEX #C08032 Geebung

📋 copy color: '#C08032'

red 192 ◦ green 128 ◦ blue 50

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

Shades of Geebung #C08032

Tints of Geebung #C08032

RGB

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

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

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

R = 51.89%
G = 34.59%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08032 (or 0xC08032) is known color: Geebung. HEX triplet: C0, 80 and 32. RGB value is (192,128,50). Sum of RGB (Red+Green+Blue) = 192+128+50=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C08032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08032 is #3F7FCD. Grayscale: #8A8A8A. Windows color (decimal): -4161486 or 3309760. OLE color: 3309760.

HSL color Cylindrical-coordinate representation of color #C08032: hue angle of 32.96º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C08032 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 50 -
CMYK 0 0.33 0.74 0.25
HSL 32.96º 0.59% 0.47% -
HSV(B) 32.96º 0.74% 0.75% -
XYZ 30.03 26.88 6.62 -
YUV 138.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 192 128 50 0 0.33 0.74 0.25 32.96 0.59 0.47
Hex C0 80 32 0 21 4A 19 21 3B 2F
Octal 300 200 62 0 41 112 31 41 73 57
Binary 11000000 10000000 110010 0 100001 1001010 11001 100001 111011 101111

Color Harmonies of #C08032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08032

Black with #C08032

Text Example


Text Example

White with #C08032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08032; }

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

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

background-color css

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

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

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

border-color css

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

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

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