Html Css Color HEX #C78234 Golden Bell

📋 copy color: '#C78234'

red 199 ◦ green 130 ◦ blue 52

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

Shades of Golden Bell #C78234

Tints of Golden Bell #C78234

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.12%

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

R = 52.23%
G = 34.12%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C78234 (or 0xC78234) is known color: Golden Bell. HEX triplet: C7, 82 and 34. RGB value is (199,130,52). Sum of RGB (Red+Green+Blue) = 199+130+52=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C78234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78234 is #387DCB. Grayscale: #8E8E8E. Windows color (decimal): -3702220 or 3441351. OLE color: 3441351.

HSL color Cylindrical-coordinate representation of color #C78234: hue angle of 31.84º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C78234 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 130 52 -
CMYK 0 0.35 0.74 0.22
HSL 31.84º 0.59% 0.49% -
HSV(B) 31.84º 0.74% 0.78% -
XYZ 32.16 28.36 7.03 -
YUV 141.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 199 130 52 0 0.35 0.74 0.22 31.84 0.59 0.49
Hex C7 82 34 0 23 4A 16 20 3B 31
Octal 307 202 64 0 43 112 26 40 73 61
Binary 11000111 10000010 110100 0 100011 1001010 10110 100000 111011 110001

Color Harmonies of #C78234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78234

Black with #C78234

Text Example


Text Example

White with #C78234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78234; }

 p { color: rgb(199,130,52); }

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

background-color css

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

 a { background-color: rgb(199,130,52); }

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

border-color css

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

 span { border-color: rgb(199,130,52); }

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