Html Css Color HEX #C98A2A Geebung

📋 copy color: '#C98A2A'

red 201 ◦ green 138 ◦ blue 42

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

Shades of Geebung #C98A2A

Tints of Geebung #C98A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.02%

R = 52.76%
G = 36.22%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C98A2A (or 0xC98A2A) is known color: Geebung. HEX triplet: C9, 8A and 2A. RGB value is (201,138,42). Sum of RGB (Red+Green+Blue) = 201+138+42=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A2A is #3675D5. Grayscale: #929292. Windows color (decimal): -3569110 or 2788041. OLE color: 2788041.

HSL color Cylindrical-coordinate representation of color #C98A2A: hue angle of 36.23º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C98A2A is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 138 42 -
CMYK 0 0.31 0.79 0.21
HSL 36.23º 0.65% 0.48% -
HSV(B) 36.23º 0.79% 0.79% -
XYZ 33.59 30.76 6.36 -
YUV 145.89 69.37 167.31 -
System Red Green Blue C M Y K H S L
Decimal 201 138 42 0 0.31 0.79 0.21 36.23 0.65 0.48
Hex C9 8A 2A 0 1F 4F 15 24 41 30
Octal 311 212 52 0 37 117 25 44 101 60
Binary 11001001 10001010 101010 0 11111 1001111 10101 100100 1000001 110000

Color Harmonies of #C98A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A2A

Black with #C98A2A

Text Example


Text Example

White with #C98A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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