Html Css Color HEX #C98224 Geebung

📋 copy color: '#C98224'

red 201 ◦ green 130 ◦ blue 36

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

Shades of Geebung #C98224

Tints of Geebung #C98224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.81%

R = 54.77%
G = 35.42%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C98224 (or 0xC98224) is known color: Geebung. HEX triplet: C9, 82 and 24. RGB value is (201,130,36). Sum of RGB (Red+Green+Blue) = 201+130+36=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C98224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98224 is #367DDB. Grayscale: #8C8C8C. Windows color (decimal): -3571164 or 2392777. OLE color: 2392777.

HSL color Cylindrical-coordinate representation of color #C98224: hue angle of 34.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C98224 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 130 36 -
CMYK 0 0.35 0.82 0.21
HSL 34.18º 0.7% 0.46% -
HSV(B) 34.18º 0.82% 0.79% -
XYZ 32.39 28.51 5.47 -
YUV 140.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 201 130 36 0 0.35 0.82 0.21 34.18 0.7 0.46
Hex C9 82 24 0 23 52 15 22 46 2E
Octal 311 202 44 0 43 122 25 42 106 56
Binary 11001001 10000010 100100 0 100011 1010010 10101 100010 1000110 101110

Color Harmonies of #C98224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98224

Black with #C98224

Text Example


Text Example

White with #C98224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98224; }

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

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

background-color css

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

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

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

border-color css

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

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

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