Html Css Color HEX #C98B2B Geebung

📋 copy color: '#C98B2B'

red 201 ◦ green 139 ◦ blue 43

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

Shades of Geebung #C98B2B

Tints of Geebung #C98B2B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

 BLUE value IS 43 (17.19% from 255) = 11.23%

R = 52.48%
G = 36.29%
B = 11.23%

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

#C98B2B (or 0xC98B2B) is known color: Geebung. HEX triplet: C9, 8B and 2B. RGB value is (201,139,43). Sum of RGB (Red+Green+Blue) = 201+139+43=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B2B is #3674D4. Grayscale: #939393. Windows color (decimal): -3568853 or 2853833. OLE color: 2853833.

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

Color convert

RGB 201 139 43 -
CMYK 0 0.31 0.79 0.21
HSL 36.46º 0.65% 0.48% -
HSV(B) 36.46º 0.79% 0.79% -
XYZ 33.76 31.06 6.5 -
YUV 146.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 201 139 43 0 0.31 0.79 0.21 36.46 0.65 0.48
Hex C9 8B 2B 0 1F 4F 15 24 41 30
Octal 311 213 53 0 37 117 25 44 101 60
Binary 11001001 10001011 101011 0 11111 1001111 10101 100100 1000001 110000

Color Harmonies of #C98B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B2B

Black with #C98B2B

Text Example


Text Example

White with #C98B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B2B; }

 p { color: rgb(201,139,43); }

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

background-color css

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

 a { background-color: rgb(201,139,43); }

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

border-color css

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

 span { border-color: rgb(201,139,43); }

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