Html Css Color HEX #C98638 Golden Bell

📋 copy color: '#C98638'

red 201 ◦ green 134 ◦ blue 56

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

Shades of Golden Bell #C98638

Tints of Golden Bell #C98638

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

 BLUE value IS 56 (22.27% from 255) = 14.32%

R = 51.41%
G = 34.27%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C98638 (or 0xC98638) is known color: Golden Bell. HEX triplet: C9, 86 and 38. RGB value is (201,134,56). Sum of RGB (Red+Green+Blue) = 201+134+56=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C98638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98638 is #3679C7. Grayscale: #919191. Windows color (decimal): -3570120 or 3704521. OLE color: 3704521.

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

Color convert

RGB 201 134 56 -
CMYK 0 0.33 0.72 0.21
HSL 32.28º 0.57% 0.5% -
HSV(B) 32.28º 0.72% 0.79% -
XYZ 33.33 29.75 7.73 -
YUV 145.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 201 134 56 0 0.33 0.72 0.21 32.28 0.57 0.5
Hex C9 86 38 0 21 48 15 20 39 32
Octal 311 206 70 0 41 110 25 40 71 62
Binary 11001001 10000110 111000 0 100001 1001000 10101 100000 111001 110010

Color Harmonies of #C98638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98638

Black with #C98638

Text Example


Text Example

White with #C98638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98638; }

 p { color: rgb(201,134,56); }

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

background-color css

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

 a { background-color: rgb(201,134,56); }

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

border-color css

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

 span { border-color: rgb(201,134,56); }

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