Html Css Color HEX #C98830 Geebung

📋 copy color: '#C98830'

red 201 ◦ green 136 ◦ blue 48

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

Shades of Geebung #C98830

Tints of Geebung #C98830

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

 BLUE value IS 48 (19.14% from 255) = 12.47%

R = 52.21%
G = 35.32%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C98830 (or 0xC98830) is known color: Geebung. HEX triplet: C9, 88 and 30. RGB value is (201,136,48). Sum of RGB (Red+Green+Blue) = 201+136+48=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C98830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98830 is #3677CF. Grayscale: #919191. Windows color (decimal): -3569616 or 3180745. OLE color: 3180745.

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

Color convert

RGB 201 136 48 -
CMYK 0 0.32 0.76 0.21
HSL 34.51º 0.61% 0.49% -
HSV(B) 34.51º 0.76% 0.79% -
XYZ 33.43 30.24 6.87 -
YUV 145.4 73.03 167.66 -
System Red Green Blue C M Y K H S L
Decimal 201 136 48 0 0.32 0.76 0.21 34.51 0.61 0.49
Hex C9 88 30 0 20 4C 15 23 3D 31
Octal 311 210 60 0 40 114 25 43 75 61
Binary 11001001 10001000 110000 0 100000 1001100 10101 100011 111101 110001

Color Harmonies of #C98830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98830

Black with #C98830

Text Example


Text Example

White with #C98830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98830; }

 p { color: rgb(201,136,48); }

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

background-color css

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

 a { background-color: rgb(201,136,48); }

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

border-color css

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

 span { border-color: rgb(201,136,48); }

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