Html Css Color HEX #C98422 Geebung

📋 copy color: '#C98422'

red 201 ◦ green 132 ◦ blue 34

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

Shades of Geebung #C98422

Tints of Geebung #C98422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.26%

R = 54.77%
G = 35.97%
B = 9.26%

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

#C98422 (or 0xC98422) is known color: Geebung. HEX triplet: C9, 84 and 22. RGB value is (201,132,34). Sum of RGB (Red+Green+Blue) = 201+132+34=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C98422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98422 is #367BDD. Grayscale: #8D8D8D. Windows color (decimal): -3570654 or 2262217. OLE color: 2262217.

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

Color convert

RGB 201 132 34 -
CMYK 0 0.34 0.83 0.21
HSL 35.21º 0.71% 0.46% -
HSV(B) 35.21º 0.83% 0.79% -
XYZ 32.63 29.04 5.4 -
YUV 141.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 201 132 34 0 0.34 0.83 0.21 35.21 0.71 0.46
Hex C9 84 22 0 22 53 15 23 47 2E
Octal 311 204 42 0 42 123 25 43 107 56
Binary 11001001 10000100 100010 0 100010 1010011 10101 100011 1000111 101110

Color Harmonies of #C98422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98422

Black with #C98422

Text Example


Text Example

White with #C98422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98422; }

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

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

background-color css

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

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

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

border-color css

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

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

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