Html Css Color HEX #C8842C Geebung

📋 copy color: '#C8842C'

red 200 ◦ green 132 ◦ blue 44

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

Shades of Geebung #C8842C

Tints of Geebung #C8842C

RGB

 RED value IS 200 (78.52% from 255) = 53.19%

 GREEN value IS 132 (51.95% from 255) = 35.11%

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

R = 53.19%
G = 35.11%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8842C (or 0xC8842C) is known color: Geebung. HEX triplet: C8, 84 and 2C. RGB value is (200,132,44). Sum of RGB (Red+Green+Blue) = 200+132+44=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8842C is #377BD3. Grayscale: #8E8E8E. Windows color (decimal): -3636180 or 2917576. OLE color: 2917576.

HSL color Cylindrical-coordinate representation of color #C8842C: hue angle of 33.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8842C is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 132 44 -
CMYK 0 0.34 0.78 0.22
HSL 33.85º 0.64% 0.48% -
HSV(B) 33.85º 0.78% 0.78% -
XYZ 32.53 28.96 6.26 -
YUV 142.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 200 132 44 0 0.34 0.78 0.22 33.85 0.64 0.48
Hex C8 84 2C 0 22 4E 16 22 40 30
Octal 310 204 54 0 42 116 26 42 100 60
Binary 11001000 10000100 101100 0 100010 1001110 10110 100010 1000000 110000

Color Harmonies of #C8842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8842C

Black with #C8842C

Text Example


Text Example

White with #C8842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8842C; }

 p { color: rgb(200,132,44); }

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

background-color css

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

 a { background-color: rgb(200,132,44); }

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

border-color css

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

 span { border-color: rgb(200,132,44); }

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