Html Css Color HEX #C7803A Golden Bell

📋 copy color: '#C7803A'

red 199 ◦ green 128 ◦ blue 58

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

Shades of Golden Bell #C7803A

Tints of Golden Bell #C7803A

RGB

 RED value IS 199 (78.13% from 255) = 51.69%

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

 BLUE value IS 58 (23.05% from 255) = 15.06%

R = 51.69%
G = 33.25%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7803A (or 0xC7803A) is known color: Golden Bell. HEX triplet: C7, 80 and 3A. RGB value is (199,128,58). Sum of RGB (Red+Green+Blue) = 199+128+58=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C7803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7803A is #387FC5. Grayscale: #8D8D8D. Windows color (decimal): -3702726 or 3834055. OLE color: 3834055.

HSL color Cylindrical-coordinate representation of color #C7803A: hue angle of 29.79º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7803A is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 58 -
CMYK 0 0.36 0.71 0.22
HSL 29.79º 0.56% 0.5% -
HSV(B) 29.79º 0.71% 0.78% -
XYZ 32.04 27.89 7.7 -
YUV 141.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 199 128 58 0 0.36 0.71 0.22 29.79 0.56 0.5
Hex C7 80 3A 0 24 47 16 1E 38 32
Octal 307 200 72 0 44 107 26 36 70 62
Binary 11000111 10000000 111010 0 100100 1000111 10110 11110 111000 110010

Color Harmonies of #C7803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7803A

Black with #C7803A

Text Example


Text Example

White with #C7803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7803A; }

 p { color: rgb(199,128,58); }

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

background-color css

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

 a { background-color: rgb(199,128,58); }

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

border-color css

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

 span { border-color: rgb(199,128,58); }

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