Html Css Color HEX #C88B2E Geebung

📋 copy color: '#C88B2E'

red 200 ◦ green 139 ◦ blue 46

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

Shades of Geebung #C88B2E

Tints of Geebung #C88B2E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

 BLUE value IS 46 (18.36% from 255) = 11.95%

R = 51.95%
G = 36.1%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C88B2E (or 0xC88B2E) is known color: Geebung. HEX triplet: C8, 8B and 2E. RGB value is (200,139,46). Sum of RGB (Red+Green+Blue) = 200+139+46=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B2E is #3774D1. Grayscale: #939393. Windows color (decimal): -3634386 or 3050440. OLE color: 3050440.

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

Color convert

RGB 200 139 46 -
CMYK 0 0.30 0.77 0.22
HSL 36.23º 0.63% 0.48% -
HSV(B) 36.23º 0.77% 0.78% -
XYZ 33.55 30.94 6.79 -
YUV 146.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 200 139 46 0 0.30 0.77 0.22 36.23 0.63 0.48
Hex C8 8B 2E 0 1E 4D 16 24 3F 30
Octal 310 213 56 0 36 115 26 44 77 60
Binary 11001000 10001011 101110 0 11110 1001101 10110 100100 111111 110000

Color Harmonies of #C88B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B2E

Black with #C88B2E

Text Example


Text Example

White with #C88B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B2E; }

 p { color: rgb(200,139,46); }

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

background-color css

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

 a { background-color: rgb(200,139,46); }

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

border-color css

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

 span { border-color: rgb(200,139,46); }

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