Html Css Color HEX #C9822C Geebung

📋 copy color: '#C9822C'

red 201 ◦ green 130 ◦ blue 44

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

Shades of Geebung #C9822C

Tints of Geebung #C9822C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 53.6%
G = 34.67%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9822C (or 0xC9822C) is known color: Geebung. HEX triplet: C9, 82 and 2C. RGB value is (201,130,44). Sum of RGB (Red+Green+Blue) = 201+130+44=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9822C is #367DD3. Grayscale: #8D8D8D. Windows color (decimal): -3571156 or 2917065. OLE color: 2917065.

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

Color convert

RGB 201 130 44 -
CMYK 0 0.35 0.78 0.21
HSL 32.87º 0.64% 0.48% -
HSV(B) 32.87º 0.78% 0.79% -
XYZ 32.52 28.56 6.18 -
YUV 141.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 201 130 44 0 0.35 0.78 0.21 32.87 0.64 0.48
Hex C9 82 2C 0 23 4E 15 21 40 30
Octal 311 202 54 0 43 116 25 41 100 60
Binary 11001001 10000010 101100 0 100011 1001110 10101 100001 1000000 110000

Color Harmonies of #C9822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9822C

Black with #C9822C

Text Example


Text Example

White with #C9822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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