Html Css Color HEX #C88620 Geebung

📋 copy color: '#C88620'

red 200 ◦ green 134 ◦ blue 32

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

Shades of Geebung #C88620

Tints of Geebung #C88620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 32 (12.89% from 255) = 8.74%

R = 54.64%
G = 36.61%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C88620 (or 0xC88620) is known color: Geebung. HEX triplet: C8, 86 and 20. RGB value is (200,134,32). Sum of RGB (Red+Green+Blue) = 200+134+32=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C88620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88620 is #3779DF. Grayscale: #8E8E8E. Windows color (decimal): -3635680 or 2131656. OLE color: 2131656.

HSL color Cylindrical-coordinate representation of color #C88620: hue angle of 36.43º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C88620 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 134 32 -
CMYK 0 0.33 0.84 0.22
HSL 36.43º 0.72% 0.45% -
HSV(B) 36.43º 0.84% 0.78% -
XYZ 32.61 29.43 5.33 -
YUV 142.11 65.87 169.29 -
System Red Green Blue C M Y K H S L
Decimal 200 134 32 0 0.33 0.84 0.22 36.43 0.72 0.45
Hex C8 86 20 0 21 54 16 24 48 2D
Octal 310 206 40 0 41 124 26 44 110 55
Binary 11001000 10000110 100000 0 100001 1010100 10110 100100 1001000 101101

Color Harmonies of #C88620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88620

Black with #C88620

Text Example


Text Example

White with #C88620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88620; }

 p { color: rgb(200,134,32); }

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

background-color css

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

 a { background-color: rgb(200,134,32); }

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

border-color css

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

 span { border-color: rgb(200,134,32); }

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