Html Css Color HEX #C98222 Geebung

📋 copy color: '#C98222'

red 201 ◦ green 130 ◦ blue 34

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

Shades of Geebung #C98222

Tints of Geebung #C98222

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

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

R = 55.07%
G = 35.62%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C98222 (or 0xC98222) is known color: Geebung. HEX triplet: C9, 82 and 22. RGB value is (201,130,34). Sum of RGB (Red+Green+Blue) = 201+130+34=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C98222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98222 is #367DDD. Grayscale: #8C8C8C. Windows color (decimal): -3571166 or 2261705. OLE color: 2261705.

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

Color convert

RGB 201 130 34 -
CMYK 0 0.35 0.83 0.21
HSL 34.49º 0.71% 0.46% -
HSV(B) 34.49º 0.83% 0.79% -
XYZ 32.36 28.5 5.31 -
YUV 140.29 68.02 171.31 -
System Red Green Blue C M Y K H S L
Decimal 201 130 34 0 0.35 0.83 0.21 34.49 0.71 0.46
Hex C9 82 22 0 23 53 15 22 47 2E
Octal 311 202 42 0 43 123 25 42 107 56
Binary 11001001 10000010 100010 0 100011 1010011 10101 100010 1000111 101110

Color Harmonies of #C98222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98222

Black with #C98222

Text Example


Text Example

White with #C98222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98222; }

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

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

background-color css

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

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

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

border-color css

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

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

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