Html Css Color HEX #C4802B Geebung

📋 copy color: '#C4802B'

red 196 ◦ green 128 ◦ blue 43

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

Shades of Geebung #C4802B

Tints of Geebung #C4802B

RGB

 RED value IS 196 (76.95% from 255) = 53.41%

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

 BLUE value IS 43 (17.19% from 255) = 11.72%

R = 53.41%
G = 34.88%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4802B (or 0xC4802B) is known color: Geebung. HEX triplet: C4, 80 and 2B. RGB value is (196,128,43). Sum of RGB (Red+Green+Blue) = 196+128+43=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4802B is #3B7FD4. Grayscale: #8B8B8B. Windows color (decimal): -3899349 or 2851012. OLE color: 2851012.

HSL color Cylindrical-coordinate representation of color #C4802B: hue angle of 33.33º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4802B is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 43 -
CMYK 0 0.35 0.78 0.23
HSL 33.33º 0.64% 0.47% -
HSV(B) 33.33º 0.78% 0.77% -
XYZ 30.92 27.35 5.93 -
YUV 138.64 74.03 168.91 -
System Red Green Blue C M Y K H S L
Decimal 196 128 43 0 0.35 0.78 0.23 33.33 0.64 0.47
Hex C4 80 2B 0 23 4E 17 21 40 2F
Octal 304 200 53 0 43 116 27 41 100 57
Binary 11000100 10000000 101011 0 100011 1001110 10111 100001 1000000 101111

Color Harmonies of #C4802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4802B

Black with #C4802B

Text Example


Text Example

White with #C4802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4802B; }

 p { color: rgb(196,128,43); }

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

background-color css

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

 a { background-color: rgb(196,128,43); }

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

border-color css

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

 span { border-color: rgb(196,128,43); }

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