Html Css Color HEX #C2822F Geebung

📋 copy color: '#C2822F'

red 194 ◦ green 130 ◦ blue 47

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

Shades of Geebung #C2822F

Tints of Geebung #C2822F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 52.29%
G = 35.04%
B = 12.67%

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

#C2822F (or 0xC2822F) is known color: Geebung. HEX triplet: C2, 82 and 2F. RGB value is (194,130,47). Sum of RGB (Red+Green+Blue) = 194+130+47=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2822F is #3D7DD0. Grayscale: #8C8C8C. Windows color (decimal): -4029905 or 3113666. OLE color: 3113666.

HSL color Cylindrical-coordinate representation of color #C2822F: hue angle of 33.88º degrees, saturation: 0.61, 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 #C2822F is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 47 -
CMYK 0 0.33 0.76 0.24
HSL 33.88º 0.61% 0.47% -
HSV(B) 33.88º 0.76% 0.76% -
XYZ 30.74 27.64 6.4 -
YUV 139.67 75.7 166.75 -
System Red Green Blue C M Y K H S L
Decimal 194 130 47 0 0.33 0.76 0.24 33.88 0.61 0.47
Hex C2 82 2F 0 21 4C 18 22 3D 2F
Octal 302 202 57 0 41 114 30 42 75 57
Binary 11000010 10000010 101111 0 100001 1001100 11000 100010 111101 101111

Color Harmonies of #C2822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2822F

Black with #C2822F

Text Example


Text Example

White with #C2822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2822F; }

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

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

background-color css

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

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

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

border-color css

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

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

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