Html Css Color HEX #C98C28 Geebung

📋 copy color: '#C98C28'

red 201 ◦ green 140 ◦ blue 40

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

Shades of Geebung #C98C28

Tints of Geebung #C98C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

 BLUE value IS 40 (16.02% from 255) = 10.5%

R = 52.76%
G = 36.75%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C98C28 (or 0xC98C28) is known color: Geebung. HEX triplet: C9, 8C and 28. RGB value is (201,140,40). Sum of RGB (Red+Green+Blue) = 201+140+40=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C28 is #3673D7. Grayscale: #939393. Windows color (decimal): -3568600 or 2657481. OLE color: 2657481.

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

Color convert

RGB 201 140 40 -
CMYK 0 0.30 0.80 0.21
HSL 37.27º 0.67% 0.47% -
HSV(B) 37.27º 0.8% 0.79% -
XYZ 33.85 31.33 6.27 -
YUV 146.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 201 140 40 0 0.30 0.80 0.21 37.27 0.67 0.47
Hex C9 8C 28 0 1E 50 15 25 43 2F
Octal 311 214 50 0 36 120 25 45 103 57
Binary 11001001 10001100 101000 0 11110 1010000 10101 100101 1000011 101111

Color Harmonies of #C98C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C28

Black with #C98C28

Text Example


Text Example

White with #C98C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C28; }

 p { color: rgb(201,140,40); }

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

background-color css

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

 a { background-color: rgb(201,140,40); }

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

border-color css

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

 span { border-color: rgb(201,140,40); }

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