Html Css Color HEX #C98322 Geebung

📋 copy color: '#C98322'

red 201 ◦ green 131 ◦ blue 34

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

Shades of Geebung #C98322

Tints of Geebung #C98322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

 BLUE value IS 34 (13.67% from 255) = 9.29%

R = 54.92%
G = 35.79%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C98322 (or 0xC98322) is known color: Geebung. HEX triplet: C9, 83 and 22. RGB value is (201,131,34). Sum of RGB (Red+Green+Blue) = 201+131+34=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C98322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98322 is #367CDD. Grayscale: #8D8D8D. Windows color (decimal): -3570910 or 2261961. OLE color: 2261961.

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

Color convert

RGB 201 131 34 -
CMYK 0 0.35 0.83 0.21
HSL 34.85º 0.71% 0.46% -
HSV(B) 34.85º 0.83% 0.79% -
XYZ 32.49 28.77 5.35 -
YUV 140.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 201 131 34 0 0.35 0.83 0.21 34.85 0.71 0.46
Hex C9 83 22 0 23 53 15 23 47 2E
Octal 311 203 42 0 43 123 25 43 107 56
Binary 11001001 10000011 100010 0 100011 1010011 10101 100011 1000111 101110

Color Harmonies of #C98322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98322

Black with #C98322

Text Example


Text Example

White with #C98322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98322; }

 p { color: rgb(201,131,34); }

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

background-color css

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

 a { background-color: rgb(201,131,34); }

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

border-color css

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

 span { border-color: rgb(201,131,34); }

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