Html Css Color HEX #C0882C Geebung

📋 copy color: '#C0882C'

red 192 ◦ green 136 ◦ blue 44

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

Shades of Geebung #C0882C

Tints of Geebung #C0882C

RGB

 RED value IS 192 (75.39% from 255) = 51.61%

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

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

R = 51.61%
G = 36.56%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0882C (or 0xC0882C) is known color: Geebung. HEX triplet: C0, 88 and 2C. RGB value is (192,136,44). Sum of RGB (Red+Green+Blue) = 192+136+44=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0882C is #3F77D3. Grayscale: #8E8E8E. Windows color (decimal): -4159444 or 2918592. OLE color: 2918592.

HSL color Cylindrical-coordinate representation of color #C0882C: hue angle of 37.3º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0882C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 44 -
CMYK 0 0.29 0.77 0.25
HSL 37.3º 0.63% 0.46% -
HSV(B) 37.3º 0.77% 0.75% -
XYZ 31 29 6.35 -
YUV 142.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 192 136 44 0 0.29 0.77 0.25 37.3 0.63 0.46
Hex C0 88 2C 0 1D 4D 19 25 3F 2E
Octal 300 210 54 0 35 115 31 45 77 56
Binary 11000000 10001000 101100 0 11101 1001101 11001 100101 111111 101110

Color Harmonies of #C0882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0882C

Black with #C0882C

Text Example


Text Example

White with #C0882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0882C; }

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

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

background-color css

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

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

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

border-color css

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

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

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