Html Css Color HEX #C98335 Golden Bell

📋 copy color: '#C98335'

red 201 ◦ green 131 ◦ blue 53

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

Shades of Golden Bell #C98335

Tints of Golden Bell #C98335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

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

R = 52.21%
G = 34.03%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C98335 (or 0xC98335) is known color: Golden Bell. HEX triplet: C9, 83 and 35. RGB value is (201,131,53). Sum of RGB (Red+Green+Blue) = 201+131+53=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C98335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98335 is #367CCA. Grayscale: #8F8F8F. Windows color (decimal): -3570891 or 3507145. OLE color: 3507145.

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

Color convert

RGB 201 131 53 -
CMYK 0 0.35 0.74 0.21
HSL 31.62º 0.58% 0.5% -
HSV(B) 31.62º 0.74% 0.79% -
XYZ 32.85 28.91 7.22 -
YUV 143.04 77.19 169.34 -
System Red Green Blue C M Y K H S L
Decimal 201 131 53 0 0.35 0.74 0.21 31.62 0.58 0.5
Hex C9 83 35 0 23 4A 15 20 3A 32
Octal 311 203 65 0 43 112 25 40 72 62
Binary 11001001 10000011 110101 0 100011 1001010 10101 100000 111010 110010

Color Harmonies of #C98335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98335

Black with #C98335

Text Example


Text Example

White with #C98335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98335; }

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

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

background-color css

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

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

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

border-color css

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

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

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