Html Css Color HEX #C98C2C Geebung

📋 copy color: '#C98C2C'

red 201 ◦ green 140 ◦ blue 44

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

Shades of Geebung #C98C2C

Tints of Geebung #C98C2C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

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

R = 52.21%
G = 36.36%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C98C2C (or 0xC98C2C) is known color: Geebung. HEX triplet: C9, 8C and 2C. RGB value is (201,140,44). Sum of RGB (Red+Green+Blue) = 201+140+44=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C2C is #3673D3. Grayscale: #939393. Windows color (decimal): -3568596 or 2919625. OLE color: 2919625.

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

Color convert

RGB 201 140 44 -
CMYK 0 0.30 0.78 0.21
HSL 36.69º 0.64% 0.48% -
HSV(B) 36.69º 0.78% 0.79% -
XYZ 33.92 31.36 6.65 -
YUV 147.3 69.71 166.31 -
System Red Green Blue C M Y K H S L
Decimal 201 140 44 0 0.30 0.78 0.21 36.69 0.64 0.48
Hex C9 8C 2C 0 1E 4E 15 25 40 30
Octal 311 214 54 0 36 116 25 45 100 60
Binary 11001001 10001100 101100 0 11110 1001110 10101 100101 1000000 110000

Color Harmonies of #C98C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C2C

Black with #C98C2C

Text Example


Text Example

White with #C98C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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