Html Css Color HEX #C98538 Golden Bell

📋 copy color: '#C98538'

red 201 ◦ green 133 ◦ blue 56

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

Shades of Golden Bell #C98538

Tints of Golden Bell #C98538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 51.54%
G = 34.1%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C98538 (or 0xC98538) is known color: Golden Bell. HEX triplet: C9, 85 and 38. RGB value is (201,133,56). Sum of RGB (Red+Green+Blue) = 201+133+56=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C98538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98538 is #367AC7. Grayscale: #909090. Windows color (decimal): -3570376 or 3704265. OLE color: 3704265.

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

Color convert

RGB 201 133 56 -
CMYK 0 0.34 0.72 0.21
HSL 31.86º 0.57% 0.5% -
HSV(B) 31.86º 0.72% 0.79% -
XYZ 33.19 29.48 7.68 -
YUV 144.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 201 133 56 0 0.34 0.72 0.21 31.86 0.57 0.5
Hex C9 85 38 0 22 48 15 20 39 32
Octal 311 205 70 0 42 110 25 40 71 62
Binary 11001001 10000101 111000 0 100010 1001000 10101 100000 111001 110010

Color Harmonies of #C98538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98538

Black with #C98538

Text Example


Text Example

White with #C98538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98538; }

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

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

background-color css

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

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

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

border-color css

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

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

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