Html Css Color HEX #C08120 Geebung

📋 copy color: '#C08120'

red 192 ◦ green 129 ◦ blue 32

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

Shades of Geebung #C08120

Tints of Geebung #C08120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 32 (12.89% from 255) = 9.07%

R = 54.39%
G = 36.54%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C08120 (or 0xC08120) is known color: Geebung. HEX triplet: C0, 81 and 20. RGB value is (192,129,32). Sum of RGB (Red+Green+Blue) = 192+129+32=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C08120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08120 is #3F7EDF. Grayscale: #898989. Windows color (decimal): -4161248 or 2130368. OLE color: 2130368.

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

Color convert

RGB 192 129 32 -
CMYK 0 0.33 0.83 0.25
HSL 36.38º 0.71% 0.44% -
HSV(B) 36.38º 0.83% 0.75% -
XYZ 29.85 27.01 5.01 -
YUV 136.78 68.87 167.39 -
System Red Green Blue C M Y K H S L
Decimal 192 129 32 0 0.33 0.83 0.25 36.38 0.71 0.44
Hex C0 81 20 0 21 53 19 24 47 2C
Octal 300 201 40 0 41 123 31 44 107 54
Binary 11000000 10000001 100000 0 100001 1010011 11001 100100 1000111 101100

Color Harmonies of #C08120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08120

Black with #C08120

Text Example


Text Example

White with #C08120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08120; }

 p { color: rgb(192,129,32); }

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

background-color css

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

 a { background-color: rgb(192,129,32); }

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

border-color css

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

 span { border-color: rgb(192,129,32); }

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