Html Css Color HEX #C98B2C Geebung

📋 copy color: '#C98B2C'

red 201 ◦ green 139 ◦ blue 44

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

Shades of Geebung #C98B2C

Tints of Geebung #C98B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.2%

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

R = 52.34%
G = 36.2%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C98B2C (or 0xC98B2C) is known color: Geebung. HEX triplet: C9, 8B and 2C. RGB value is (201,139,44). Sum of RGB (Red+Green+Blue) = 201+139+44=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B2C is #3674D3. Grayscale: #939393. Windows color (decimal): -3568852 or 2919369. OLE color: 2919369.

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

Color convert

RGB 201 139 44 -
CMYK 0 0.31 0.78 0.21
HSL 36.31º 0.64% 0.48% -
HSV(B) 36.31º 0.78% 0.79% -
XYZ 33.77 31.06 6.6 -
YUV 146.71 70.04 166.72 -
System Red Green Blue C M Y K H S L
Decimal 201 139 44 0 0.31 0.78 0.21 36.31 0.64 0.48
Hex C9 8B 2C 0 1F 4E 15 24 40 30
Octal 311 213 54 0 37 116 25 44 100 60
Binary 11001001 10001011 101100 0 11111 1001110 10101 100100 1000000 110000

Color Harmonies of #C98B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B2C

Black with #C98B2C

Text Example


Text Example

White with #C98B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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