Html Css Color HEX #C2882B Geebung

📋 copy color: '#C2882B'

red 194 ◦ green 136 ◦ blue 43

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

Shades of Geebung #C2882B

Tints of Geebung #C2882B

RGB

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

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

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

R = 52.01%
G = 36.46%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2882B (or 0xC2882B) is known color: Geebung. HEX triplet: C2, 88 and 2B. RGB value is (194,136,43). Sum of RGB (Red+Green+Blue) = 194+136+43=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2882B is #3D77D4. Grayscale: #8F8F8F. Windows color (decimal): -4028373 or 2853058. OLE color: 2853058.

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

Color convert

RGB 194 136 43 -
CMYK 0 0.30 0.78 0.24
HSL 36.95º 0.64% 0.46% -
HSV(B) 36.95º 0.78% 0.76% -
XYZ 31.49 29.25 6.27 -
YUV 142.74 71.72 164.56 -
System Red Green Blue C M Y K H S L
Decimal 194 136 43 0 0.30 0.78 0.24 36.95 0.64 0.46
Hex C2 88 2B 0 1E 4E 18 25 40 2E
Octal 302 210 53 0 36 116 30 45 100 56
Binary 11000010 10001000 101011 0 11110 1001110 11000 100101 1000000 101110

Color Harmonies of #C2882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2882B

Black with #C2882B

Text Example


Text Example

White with #C2882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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