Html Css Color HEX #C98035 Golden Bell

📋 copy color: '#C98035'

red 201 ◦ green 128 ◦ blue 53

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

Shades of Golden Bell #C98035

Tints of Golden Bell #C98035

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 53 (21.09% from 255) = 13.87%

R = 52.62%
G = 33.51%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C98035 (or 0xC98035) is known color: Golden Bell. HEX triplet: C9, 80 and 35. RGB value is (201,128,53). Sum of RGB (Red+Green+Blue) = 201+128+53=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C98035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98035 is #367FCA. Grayscale: #8D8D8D. Windows color (decimal): -3571659 or 3506377. OLE color: 3506377.

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

Color convert

RGB 201 128 53 -
CMYK 0 0.36 0.74 0.21
HSL 30.41º 0.58% 0.5% -
HSV(B) 30.41º 0.74% 0.79% -
XYZ 32.45 28.11 7.08 -
YUV 141.28 78.18 170.6 -
System Red Green Blue C M Y K H S L
Decimal 201 128 53 0 0.36 0.74 0.21 30.41 0.58 0.5
Hex C9 80 35 0 24 4A 15 1E 3A 32
Octal 311 200 65 0 44 112 25 36 72 62
Binary 11001001 10000000 110101 0 100100 1001010 10101 11110 111010 110010

Color Harmonies of #C98035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98035

Black with #C98035

Text Example


Text Example

White with #C98035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98035; }

 p { color: rgb(201,128,53); }

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

background-color css

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

 a { background-color: rgb(201,128,53); }

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

border-color css

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

 span { border-color: rgb(201,128,53); }

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