Html Css Color HEX #C8822E Geebung

📋 copy color: '#C8822E'

red 200 ◦ green 130 ◦ blue 46

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

Shades of Geebung #C8822E

Tints of Geebung #C8822E

RGB

 RED value IS 200 (78.52% from 255) = 53.19%

 GREEN value IS 130 (51.17% from 255) = 34.57%

 BLUE value IS 46 (18.36% from 255) = 12.23%

R = 53.19%
G = 34.57%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8822E (or 0xC8822E) is known color: Geebung. HEX triplet: C8, 82 and 2E. RGB value is (200,130,46). Sum of RGB (Red+Green+Blue) = 200+130+46=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8822E is #377DD1. Grayscale: #8D8D8D. Windows color (decimal): -3636690 or 3048136. OLE color: 3048136.

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

Color convert

RGB 200 130 46 -
CMYK 0 0.35 0.77 0.22
HSL 32.73º 0.63% 0.48% -
HSV(B) 32.73º 0.77% 0.78% -
XYZ 32.3 28.44 6.37 -
YUV 141.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 200 130 46 0 0.35 0.77 0.22 32.73 0.63 0.48
Hex C8 82 2E 0 23 4D 16 21 3F 30
Octal 310 202 56 0 43 115 26 41 77 60
Binary 11001000 10000010 101110 0 100011 1001101 10110 100001 111111 110000

Color Harmonies of #C8822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8822E

Black with #C8822E

Text Example


Text Example

White with #C8822E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8822E; }

 p { color: rgb(200,130,46); }

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

background-color css

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

 a { background-color: rgb(200,130,46); }

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

border-color css

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

 span { border-color: rgb(200,130,46); }

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