Html Css Color HEX #C98523 Geebung

📋 copy color: '#C98523'

red 201 ◦ green 133 ◦ blue 35

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

Shades of Geebung #C98523

Tints of Geebung #C98523

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

 BLUE value IS 35 (14.06% from 255) = 9.49%

R = 54.47%
G = 36.04%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C98523 (or 0xC98523) is known color: Geebung. HEX triplet: C9, 85 and 23. RGB value is (201,133,35). Sum of RGB (Red+Green+Blue) = 201+133+35=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C98523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98523 is #367ADC. Grayscale: #8E8E8E. Windows color (decimal): -3570397 or 2328009. OLE color: 2328009.

HSL color Cylindrical-coordinate representation of color #C98523: hue angle of 35.42º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C98523 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 133 35 -
CMYK 0 0.34 0.83 0.21
HSL 35.42º 0.7% 0.46% -
HSV(B) 35.42º 0.83% 0.79% -
XYZ 32.78 29.31 5.52 -
YUV 142.16 67.53 169.97 -
System Red Green Blue C M Y K H S L
Decimal 201 133 35 0 0.34 0.83 0.21 35.42 0.7 0.46
Hex C9 85 23 0 22 53 15 23 46 2E
Octal 311 205 43 0 42 123 25 43 106 56
Binary 11001001 10000101 100011 0 100010 1010011 10101 100011 1000110 101110

Color Harmonies of #C98523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98523

Black with #C98523

Text Example


Text Example

White with #C98523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98523; }

 p { color: rgb(201,133,35); }

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

background-color css

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

 a { background-color: rgb(201,133,35); }

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

border-color css

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

 span { border-color: rgb(201,133,35); }

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