Html Css Color HEX #C28030 Geebung

📋 copy color: '#C28030'

red 194 ◦ green 128 ◦ blue 48

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

Shades of Geebung #C28030

Tints of Geebung #C28030

RGB

 RED value IS 194 (76.17% from 255) = 52.43%

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

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

R = 52.43%
G = 34.59%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C28030 (or 0xC28030) is known color: Geebung. HEX triplet: C2, 80 and 30. RGB value is (194,128,48). Sum of RGB (Red+Green+Blue) = 194+128+48=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C28030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28030 is #3D7FCF. Grayscale: #8B8B8B. Windows color (decimal): -4030416 or 3178690. OLE color: 3178690.

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

Color convert

RGB 194 128 48 -
CMYK 0 0.34 0.75 0.24
HSL 32.88º 0.6% 0.47% -
HSV(B) 32.88º 0.75% 0.76% -
XYZ 30.5 27.12 6.42 -
YUV 138.61 76.87 167.5 -
System Red Green Blue C M Y K H S L
Decimal 194 128 48 0 0.34 0.75 0.24 32.88 0.6 0.47
Hex C2 80 30 0 22 4B 18 21 3C 2F
Octal 302 200 60 0 42 113 30 41 74 57
Binary 11000010 10000000 110000 0 100010 1001011 11000 100001 111100 101111

Color Harmonies of #C28030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28030

Black with #C28030

Text Example


Text Example

White with #C28030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28030; }

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

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

background-color css

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

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

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

border-color css

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

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

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