Html Css Color HEX #C88C2E Geebung

📋 copy color: '#C88C2E'

red 200 ◦ green 140 ◦ blue 46

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

Shades of Geebung #C88C2E

Tints of Geebung #C88C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

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

R = 51.81%
G = 36.27%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C88C2E (or 0xC88C2E) is known color: Geebung. HEX triplet: C8, 8C and 2E. RGB value is (200,140,46). Sum of RGB (Red+Green+Blue) = 200+140+46=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C2E is #3773D1. Grayscale: #939393. Windows color (decimal): -3634130 or 3050696. OLE color: 3050696.

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

Color convert

RGB 200 140 46 -
CMYK 0 0.3 0.77 0.22
HSL 36.62º 0.63% 0.48% -
HSV(B) 36.62º 0.77% 0.78% -
XYZ 33.69 31.23 6.84 -
YUV 147.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 200 140 46 0 0.3 0.77 0.22 36.62 0.63 0.48
Hex C8 8C 2E 0 1E 4D 16 25 3F 30
Octal 310 214 56 0 36 115 26 45 77 60
Binary 11001000 10001100 101110 0 11110 1001101 10110 100101 111111 110000

Color Harmonies of #C88C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C2E

Black with #C88C2E

Text Example


Text Example

White with #C88C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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