Html Css Color HEX #C98A1C Geebung

📋 copy color: '#C98A1C'

red 201 ◦ green 138 ◦ blue 28

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

Shades of Geebung #C98A1C

Tints of Geebung #C98A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

 BLUE value IS 28 (11.33% from 255) = 7.63%

R = 54.77%
G = 37.6%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C98A1C (or 0xC98A1C) is known color: Geebung. HEX triplet: C9, 8A and 1C. RGB value is (201,138,28). Sum of RGB (Red+Green+Blue) = 201+138+28=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A1C is #3675E3. Grayscale: #909090. Windows color (decimal): -3569124 or 1870537. OLE color: 1870537.

HSL color Cylindrical-coordinate representation of color #C98A1C: hue angle of 38.15º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C98A1C is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 138 28 -
CMYK 0 0.31 0.86 0.21
HSL 38.15º 0.76% 0.45% -
HSV(B) 38.15º 0.86% 0.79% -
XYZ 33.39 30.68 5.26 -
YUV 144.3 62.37 168.44 -
System Red Green Blue C M Y K H S L
Decimal 201 138 28 0 0.31 0.86 0.21 38.15 0.76 0.45
Hex C9 8A 1C 0 1F 56 15 26 4C 2D
Octal 311 212 34 0 37 126 25 46 114 55
Binary 11001001 10001010 11100 0 11111 1010110 10101 100110 1001100 101101

Color Harmonies of #C98A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A1C

Black with #C98A1C

Text Example


Text Example

White with #C98A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A1C; }

 p { color: rgb(201,138,28); }

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

background-color css

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

 a { background-color: rgb(201,138,28); }

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

border-color css

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

 span { border-color: rgb(201,138,28); }

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