Html Css Color HEX #C98A1F Geebung

📋 copy color: '#C98A1F'

red 201 ◦ green 138 ◦ blue 31

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

Shades of Geebung #C98A1F

Tints of Geebung #C98A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.38%

R = 54.32%
G = 37.3%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C98A1F (or 0xC98A1F) is known color: Geebung. HEX triplet: C9, 8A and 1F. RGB value is (201,138,31). Sum of RGB (Red+Green+Blue) = 201+138+31=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A1F is #3675E0. Grayscale: #919191. Windows color (decimal): -3569121 or 2067145. OLE color: 2067145.

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

Color convert

RGB 201 138 31 -
CMYK 0 0.31 0.85 0.21
HSL 37.76º 0.73% 0.45% -
HSV(B) 37.76º 0.85% 0.79% -
XYZ 33.42 30.69 5.46 -
YUV 144.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 201 138 31 0 0.31 0.85 0.21 37.76 0.73 0.45
Hex C9 8A 1F 0 1F 55 15 26 49 2D
Octal 311 212 37 0 37 125 25 46 111 55
Binary 11001001 10001010 11111 0 11111 1010101 10101 100110 1001001 101101

Color Harmonies of #C98A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A1F

Black with #C98A1F

Text Example


Text Example

White with #C98A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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