Html Css Color HEX #C98A27 Geebung

📋 copy color: '#C98A27'

red 201 ◦ green 138 ◦ blue 39

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

Shades of Geebung #C98A27

Tints of Geebung #C98A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.32%

R = 53.17%
G = 36.51%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C98A27 (or 0xC98A27) is known color: Geebung. HEX triplet: C9, 8A and 27. RGB value is (201,138,39). Sum of RGB (Red+Green+Blue) = 201+138+39=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A27 is #3675D8. Grayscale: #929292. Windows color (decimal): -3569113 or 2591433. OLE color: 2591433.

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

Color convert

RGB 201 138 39 -
CMYK 0 0.31 0.81 0.21
HSL 36.67º 0.68% 0.47% -
HSV(B) 36.67º 0.81% 0.79% -
XYZ 33.54 30.74 6.09 -
YUV 145.55 67.87 167.55 -
System Red Green Blue C M Y K H S L
Decimal 201 138 39 0 0.31 0.81 0.21 36.67 0.68 0.47
Hex C9 8A 27 0 1F 51 15 25 44 2F
Octal 311 212 47 0 37 121 25 45 104 57
Binary 11001001 10001010 100111 0 11111 1010001 10101 100101 1000100 101111

Color Harmonies of #C98A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A27

Black with #C98A27

Text Example


Text Example

White with #C98A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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