Html Css Color HEX #C78039 Golden Bell

📋 copy color: '#C78039'

red 199 ◦ green 128 ◦ blue 57

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

Shades of Golden Bell #C78039

Tints of Golden Bell #C78039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.84%

R = 51.82%
G = 33.33%
B = 14.84%

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

#C78039 (or 0xC78039) is known color: Golden Bell. HEX triplet: C7, 80 and 39. RGB value is (199,128,57). Sum of RGB (Red+Green+Blue) = 199+128+57=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C78039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78039 is #387FC6. Grayscale: #8D8D8D. Windows color (decimal): -3702727 or 3768519. OLE color: 3768519.

HSL color Cylindrical-coordinate representation of color #C78039: hue angle of 30º 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 #C78039 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 57 -
CMYK 0 0.36 0.71 0.22
HSL 30º 0.56% 0.5% -
HSV(B) 30º 0.71% 0.78% -
XYZ 32.01 27.88 7.56 -
YUV 141.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 199 128 57 0 0.36 0.71 0.22 30 0.56 0.5
Hex C7 80 39 0 24 47 16 1E 38 32
Octal 307 200 71 0 44 107 26 36 70 62
Binary 11000111 10000000 111001 0 100100 1000111 10110 11110 111000 110010

Color Harmonies of #C78039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78039

Black with #C78039

Text Example


Text Example

White with #C78039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78039; }

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

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

background-color css

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

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

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

border-color css

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

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

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