Html Css Color HEX #C08030 Geebung

📋 copy color: '#C08030'

red 192 ◦ green 128 ◦ blue 48

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

Shades of Geebung #C08030

Tints of Geebung #C08030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.04%

R = 52.17%
G = 34.78%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C08030 (or 0xC08030) is known color: Geebung. HEX triplet: C0, 80 and 30. RGB value is (192,128,48). Sum of RGB (Red+Green+Blue) = 192+128+48=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C08030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08030 is #3F7FCF. Grayscale: #8A8A8A. Windows color (decimal): -4161488 or 3178688. OLE color: 3178688.

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

Color convert

RGB 192 128 48 -
CMYK 0 0.33 0.75 0.25
HSL 33.33º 0.6% 0.47% -
HSV(B) 33.33º 0.75% 0.75% -
XYZ 29.99 26.86 6.4 -
YUV 138.02 77.2 166.5 -
System Red Green Blue C M Y K H S L
Decimal 192 128 48 0 0.33 0.75 0.25 33.33 0.6 0.47
Hex C0 80 30 0 21 4B 19 21 3C 2F
Octal 300 200 60 0 41 113 31 41 74 57
Binary 11000000 10000000 110000 0 100001 1001011 11001 100001 111100 101111

Color Harmonies of #C08030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08030

Black with #C08030

Text Example


Text Example

White with #C08030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08030; }

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

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

background-color css

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

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

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

border-color css

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

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

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