Html Css Color HEX #C98421 Geebung

📋 copy color: '#C98421'

red 201 ◦ green 132 ◦ blue 33

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

Shades of Geebung #C98421

Tints of Geebung #C98421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.02%

R = 54.92%
G = 36.07%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C98421 (or 0xC98421) is known color: Geebung. HEX triplet: C9, 84 and 21. RGB value is (201,132,33). Sum of RGB (Red+Green+Blue) = 201+132+33=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C98421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98421 is #367BDE. Grayscale: #8D8D8D. Windows color (decimal): -3570655 or 2196681. OLE color: 2196681.

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

Color convert

RGB 201 132 33 -
CMYK 0 0.34 0.84 0.21
HSL 35.36º 0.72% 0.46% -
HSV(B) 35.36º 0.84% 0.79% -
XYZ 32.61 29.03 5.32 -
YUV 141.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 201 132 33 0 0.34 0.84 0.21 35.36 0.72 0.46
Hex C9 84 21 0 22 54 15 23 48 2E
Octal 311 204 41 0 42 124 25 43 110 56
Binary 11001001 10000100 100001 0 100010 1010100 10101 100011 1001000 101110

Color Harmonies of #C98421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98421

Black with #C98421

Text Example


Text Example

White with #C98421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98421; }

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

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

background-color css

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

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

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

border-color css

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

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

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