Html Css Color HEX #C2822E Geebung

📋 copy color: '#C2822E'

red 194 ◦ green 130 ◦ blue 46

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

Shades of Geebung #C2822E

Tints of Geebung #C2822E

RGB

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

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

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

R = 52.43%
G = 35.14%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2822E (or 0xC2822E) is known color: Geebung. HEX triplet: C2, 82 and 2E. RGB value is (194,130,46). Sum of RGB (Red+Green+Blue) = 194+130+46=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2822E is #3D7DD1. Grayscale: #8B8B8B. Windows color (decimal): -4029906 or 3048130. OLE color: 3048130.

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

Color convert

RGB 194 130 46 -
CMYK 0 0.33 0.76 0.24
HSL 34.05º 0.62% 0.47% -
HSV(B) 34.05º 0.76% 0.76% -
XYZ 30.72 27.63 6.3 -
YUV 139.56 75.2 166.83 -
System Red Green Blue C M Y K H S L
Decimal 194 130 46 0 0.33 0.76 0.24 34.05 0.62 0.47
Hex C2 82 2E 0 21 4C 18 22 3E 2F
Octal 302 202 56 0 41 114 30 42 76 57
Binary 11000010 10000010 101110 0 100001 1001100 11000 100010 111110 101111

Color Harmonies of #C2822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2822E

Black with #C2822E

Text Example


Text Example

White with #C2822E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2822E; }

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

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

background-color css

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

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

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

border-color css

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

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

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