Html Css Color HEX #C98919 Geebung

📋 copy color: '#C98919'

red 201 ◦ green 137 ◦ blue 25

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

Shades of Geebung #C98919

Tints of Geebung #C98919

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 55.37%
G = 37.74%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98919 (or 0xC98919) is known color: Geebung. HEX triplet: C9, 89 and 19. RGB value is (201,137,25). Sum of RGB (Red+Green+Blue) = 201+137+25=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C98919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98919 is #3676E6. Grayscale: #8F8F8F. Windows color (decimal): -3569383 or 1673673. OLE color: 1673673.

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

Color convert

RGB 201 137 25 -
CMYK 0 0.32 0.88 0.21
HSL 38.18º 0.78% 0.44% -
HSV(B) 38.18º 0.88% 0.79% -
XYZ 33.21 30.38 5.03 -
YUV 143.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 201 137 25 0 0.32 0.88 0.21 38.18 0.78 0.44
Hex C9 89 19 0 20 58 15 26 4E 2C
Octal 311 211 31 0 40 130 25 46 116 54
Binary 11001001 10001001 11001 0 100000 1011000 10101 100110 1001110 101100

Color Harmonies of #C98919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98919

Black with #C98919

Text Example


Text Example

White with #C98919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98919; }

 p { color: rgb(201,137,25); }

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

background-color css

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

 a { background-color: rgb(201,137,25); }

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

border-color css

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

 span { border-color: rgb(201,137,25); }

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