Html Css Color HEX #C98229 Geebung

📋 copy color: '#C98229'

red 201 ◦ green 130 ◦ blue 41

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

Shades of Geebung #C98229

Tints of Geebung #C98229

RGB

 RED value IS 201 (78.91% from 255) = 54.03%

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

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

R = 54.03%
G = 34.95%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C98229 (or 0xC98229) is known color: Geebung. HEX triplet: C9, 82 and 29. RGB value is (201,130,41). Sum of RGB (Red+Green+Blue) = 201+130+41=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C98229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98229 is #367DD6. Grayscale: #8D8D8D. Windows color (decimal): -3571159 or 2720457. OLE color: 2720457.

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

Color convert

RGB 201 130 41 -
CMYK 0 0.35 0.80 0.21
HSL 33.38º 0.66% 0.47% -
HSV(B) 33.38º 0.8% 0.79% -
XYZ 32.47 28.54 5.9 -
YUV 141.08 71.52 170.74 -
System Red Green Blue C M Y K H S L
Decimal 201 130 41 0 0.35 0.80 0.21 33.38 0.66 0.47
Hex C9 82 29 0 23 50 15 21 42 2F
Octal 311 202 51 0 43 120 25 41 102 57
Binary 11001001 10000010 101001 0 100011 1010000 10101 100001 1000010 101111

Color Harmonies of #C98229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98229

Black with #C98229

Text Example


Text Example

White with #C98229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98229; }

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

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

background-color css

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

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

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

border-color css

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

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

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