Html Css Color HEX #C88229 Geebung

📋 copy color: '#C88229'

red 200 ◦ green 130 ◦ blue 41

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

Shades of Geebung #C88229

Tints of Geebung #C88229

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 41 (16.41% from 255) = 11.05%

R = 53.91%
G = 35.04%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C88229 (or 0xC88229) is known color: Geebung. HEX triplet: C8, 82 and 29. RGB value is (200,130,41). Sum of RGB (Red+Green+Blue) = 200+130+41=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C88229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88229 is #377DD6. Grayscale: #8D8D8D. Windows color (decimal): -3636695 or 2720456. OLE color: 2720456.

HSL color Cylindrical-coordinate representation of color #C88229: hue angle of 33.58º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C88229 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 41 -
CMYK 0 0.35 0.80 0.22
HSL 33.58º 0.66% 0.47% -
HSV(B) 33.58º 0.8% 0.78% -
XYZ 32.2 28.4 5.88 -
YUV 140.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 200 130 41 0 0.35 0.80 0.22 33.58 0.66 0.47
Hex C8 82 29 0 23 50 16 22 42 2F
Octal 310 202 51 0 43 120 26 42 102 57
Binary 11001000 10000010 101001 0 100011 1010000 10110 100010 1000010 101111

Color Harmonies of #C88229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88229

Black with #C88229

Text Example


Text Example

White with #C88229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88229; }

 p { color: rgb(200,130,41); }

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

background-color css

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

 a { background-color: rgb(200,130,41); }

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

border-color css

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

 span { border-color: rgb(200,130,41); }

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