Html Css Color HEX #C98334 Golden Bell

📋 copy color: '#C98334'

red 201 ◦ green 131 ◦ blue 52

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

Shades of Golden Bell #C98334

Tints of Golden Bell #C98334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.54%

R = 52.34%
G = 34.11%
B = 13.54%

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

#C98334 (or 0xC98334) is known color: Golden Bell. HEX triplet: C9, 83 and 34. RGB value is (201,131,52). Sum of RGB (Red+Green+Blue) = 201+131+52=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C98334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98334 is #367CCB. Grayscale: #8F8F8F. Windows color (decimal): -3570892 or 3441609. OLE color: 3441609.

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

Color convert

RGB 201 131 52 -
CMYK 0 0.35 0.74 0.21
HSL 31.81º 0.59% 0.5% -
HSV(B) 31.81º 0.74% 0.79% -
XYZ 32.82 28.9 7.1 -
YUV 142.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 201 131 52 0 0.35 0.74 0.21 31.81 0.59 0.5
Hex C9 83 34 0 23 4A 15 20 3B 32
Octal 311 203 64 0 43 112 25 40 73 62
Binary 11001001 10000011 110100 0 100011 1001010 10101 100000 111011 110010

Color Harmonies of #C98334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98334

Black with #C98334

Text Example


Text Example

White with #C98334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98334; }

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

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

background-color css

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

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

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

border-color css

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

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

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