Html Css Color HEX #C98129 Geebung

📋 copy color: '#C98129'

red 201 ◦ green 129 ◦ blue 41

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

Shades of Geebung #C98129

Tints of Geebung #C98129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

 BLUE value IS 41 (16.41% from 255) = 11.05%

R = 54.18%
G = 34.77%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C98129 (or 0xC98129) is known color: Geebung. HEX triplet: C9, 81 and 29. RGB value is (201,129,41). Sum of RGB (Red+Green+Blue) = 201+129+41=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C98129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98129 is #367ED6. Grayscale: #8C8C8C. Windows color (decimal): -3571415 or 2720201. OLE color: 2720201.

HSL color Cylindrical-coordinate representation of color #C98129: hue angle of 33º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C98129 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 129 41 -
CMYK 0 0.36 0.80 0.21
HSL 33º 0.66% 0.47% -
HSV(B) 33º 0.8% 0.79% -
XYZ 32.34 28.28 5.85 -
YUV 140.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 201 129 41 0 0.36 0.80 0.21 33 0.66 0.47
Hex C9 81 29 0 24 50 15 21 42 2F
Octal 311 201 51 0 44 120 25 41 102 57
Binary 11001001 10000001 101001 0 100100 1010000 10101 100001 1000010 101111

Color Harmonies of #C98129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98129

Black with #C98129

Text Example


Text Example

White with #C98129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98129; }

 p { color: rgb(201,129,41); }

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

background-color css

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

 a { background-color: rgb(201,129,41); }

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

border-color css

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

 span { border-color: rgb(201,129,41); }

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