Html Css Color HEX #C9802D Geebung

📋 copy color: '#C9802D'

red 201 ◦ green 128 ◦ blue 45

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

Shades of Geebung #C9802D

Tints of Geebung #C9802D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.22%

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 53.74%
G = 34.22%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9802D (or 0xC9802D) is known color: Geebung. HEX triplet: C9, 80 and 2D. RGB value is (201,128,45). Sum of RGB (Red+Green+Blue) = 201+128+45=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9802D is #367FD2. Grayscale: #8C8C8C. Windows color (decimal): -3571667 or 2982089. OLE color: 2982089.

HSL color Cylindrical-coordinate representation of color #C9802D: hue angle of 31.92º degrees, saturation: 0.63, 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 #C9802D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 45 -
CMYK 0 0.36 0.78 0.21
HSL 31.92º 0.63% 0.48% -
HSV(B) 31.92º 0.78% 0.79% -
XYZ 32.28 28.05 6.19 -
YUV 140.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 201 128 45 0 0.36 0.78 0.21 31.92 0.63 0.48
Hex C9 80 2D 0 24 4E 15 20 3F 30
Octal 311 200 55 0 44 116 25 40 77 60
Binary 11001001 10000000 101101 0 100100 1001110 10101 100000 111111 110000

Color Harmonies of #C9802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9802D

Black with #C9802D

Text Example


Text Example

White with #C9802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9802D; }

 p { color: rgb(201,128,45); }

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

background-color css

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

 a { background-color: rgb(201,128,45); }

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

border-color css

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

 span { border-color: rgb(201,128,45); }

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