Html Css Color HEX #C98423 Geebung

📋 copy color: '#C98423'

red 201 ◦ green 132 ◦ blue 35

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

Shades of Geebung #C98423

Tints of Geebung #C98423

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

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

R = 54.62%
G = 35.87%
B = 9.51%

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

#C98423 (or 0xC98423) is known color: Geebung. HEX triplet: C9, 84 and 23. RGB value is (201,132,35). Sum of RGB (Red+Green+Blue) = 201+132+35=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C98423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98423 is #367BDC. Grayscale: #8E8E8E. Windows color (decimal): -3570653 or 2327753. OLE color: 2327753.

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

Color convert

RGB 201 132 35 -
CMYK 0 0.34 0.83 0.21
HSL 35.06º 0.7% 0.46% -
HSV(B) 35.06º 0.83% 0.79% -
XYZ 32.64 29.04 5.48 -
YUV 141.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 201 132 35 0 0.34 0.83 0.21 35.06 0.7 0.46
Hex C9 84 23 0 22 53 15 23 46 2E
Octal 311 204 43 0 42 123 25 43 106 56
Binary 11001001 10000100 100011 0 100010 1010011 10101 100011 1000110 101110

Color Harmonies of #C98423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98423

Black with #C98423

Text Example


Text Example

White with #C98423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98423; }

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

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

background-color css

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

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

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

border-color css

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

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

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