Html Css Color HEX #C98A29 Geebung

📋 copy color: '#C98A29'

red 201 ◦ green 138 ◦ blue 41

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

Shades of Geebung #C98A29

Tints of Geebung #C98A29

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

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

R = 52.89%
G = 36.32%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C98A29 (or 0xC98A29) is known color: Geebung. HEX triplet: C9, 8A and 29. RGB value is (201,138,41). Sum of RGB (Red+Green+Blue) = 201+138+41=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A29 is #3675D6. Grayscale: #929292. Windows color (decimal): -3569111 or 2722505. OLE color: 2722505.

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

Color convert

RGB 201 138 41 -
CMYK 0 0.31 0.80 0.21
HSL 36.38º 0.66% 0.47% -
HSV(B) 36.38º 0.8% 0.79% -
XYZ 33.58 30.75 6.26 -
YUV 145.78 68.87 167.39 -
System Red Green Blue C M Y K H S L
Decimal 201 138 41 0 0.31 0.80 0.21 36.38 0.66 0.47
Hex C9 8A 29 0 1F 50 15 24 42 2F
Octal 311 212 51 0 37 120 25 44 102 57
Binary 11001001 10001010 101001 0 11111 1010000 10101 100100 1000010 101111

Color Harmonies of #C98A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A29

Black with #C98A29

Text Example


Text Example

White with #C98A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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