#C88A2E

Color #C88A2E Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C88A2E

Tints of Geebung #C88A2E

Color information

#C88A2E (or 0xC88A2E) is unknown color: approx Geebung. HEX triplet: C8, 8A and 2E. RGB value is (200,138,46). Sum of RGB (Red+Green+Blue) = 200+138+46=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A2E is #3775D1. Grayscale: #929292. Windows color (decimal): -3634642 or 3050184. OLE color: 3050184.

HSL color Cylindrical-coordinate representation of color #C88A2E: hue angle of 35.84º 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 #C88A2E is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB20013846-
CMYK00.310.770.22
HSL35.84º62.6%48.24%-
HSV(B)35.84º77%78.43%-
XYZ33.430.656.74-
YUV146.0571.54166.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.08%
GREEN value IS 138 (54.30% from 255) = 35.94%
BLUE value IS 46 (18.36% from 255) = 11.98%
R=52.08%
G=35.94%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001384600.310.770.2235.8462.648.24
HexC88A2E01F4D16243f30
Octal3102125603711526447760
Binary1100100010001010101110011111100110110110100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A2E; }

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

 H1.HeaderClassName
 {
   color: #C88A2E;
 }
 .AnyTagClassName
 {
   color: #C88A2E;
 }
</style>
background-color css

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

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

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

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

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

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