Html Css Color HEX #C2882C Geebung

📋 copy color: '#C2882C'

red 194 ◦ green 136 ◦ blue 44

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

Shades of Geebung #C2882C

Tints of Geebung #C2882C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 44 (17.58% from 255) = 11.76%

R = 51.87%
G = 36.36%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2882C (or 0xC2882C) is known color: Geebung. HEX triplet: C2, 88 and 2C. RGB value is (194,136,44). Sum of RGB (Red+Green+Blue) = 194+136+44=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2882C is #3D77D3. Grayscale: #8F8F8F. Windows color (decimal): -4028372 or 2918594. OLE color: 2918594.

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

Color convert

RGB 194 136 44 -
CMYK 0 0.30 0.77 0.24
HSL 36.8º 0.63% 0.47% -
HSV(B) 36.8º 0.77% 0.76% -
XYZ 31.51 29.26 6.37 -
YUV 142.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 194 136 44 0 0.30 0.77 0.24 36.8 0.63 0.47
Hex C2 88 2C 0 1E 4D 18 25 3F 2F
Octal 302 210 54 0 36 115 30 45 77 57
Binary 11000010 10001000 101100 0 11110 1001101 11000 100101 111111 101111

Color Harmonies of #C2882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2882C

Black with #C2882C

Text Example


Text Example

White with #C2882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2882C; }

 p { color: rgb(194,136,44); }

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

background-color css

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

 a { background-color: rgb(194,136,44); }

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

border-color css

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

 span { border-color: rgb(194,136,44); }

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