Html Css Color HEX #C98736 Golden Bell

📋 copy color: '#C98736'

red 201 ◦ green 135 ◦ blue 54

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

Shades of Golden Bell #C98736

Tints of Golden Bell #C98736

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.62%

 BLUE value IS 54 (21.48% from 255) = 13.85%

R = 51.54%
G = 34.62%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C98736 (or 0xC98736) is known color: Golden Bell. HEX triplet: C9, 87 and 36. RGB value is (201,135,54). Sum of RGB (Red+Green+Blue) = 201+135+54=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C98736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98736 is #3678C9. Grayscale: #919191. Windows color (decimal): -3569866 or 3573705. OLE color: 3573705.

HSL color Cylindrical-coordinate representation of color #C98736: hue angle of 33.06º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C98736 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 135 54 -
CMYK 0 0.33 0.73 0.21
HSL 33.06º 0.58% 0.5% -
HSV(B) 33.06º 0.73% 0.79% -
XYZ 33.42 30.01 7.52 -
YUV 145.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 201 135 54 0 0.33 0.73 0.21 33.06 0.58 0.5
Hex C9 87 36 0 21 49 15 21 3A 32
Octal 311 207 66 0 41 111 25 41 72 62
Binary 11001001 10000111 110110 0 100001 1001001 10101 100001 111010 110010

Color Harmonies of #C98736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98736

Black with #C98736

Text Example


Text Example

White with #C98736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98736; }

 p { color: rgb(201,135,54); }

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

background-color css

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

 a { background-color: rgb(201,135,54); }

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

border-color css

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

 span { border-color: rgb(201,135,54); }

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