Html Css Color HEX #C78435 Golden Bell

📋 copy color: '#C78435'

red 199 ◦ green 132 ◦ blue 53

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

Shades of Golden Bell #C78435

Tints of Golden Bell #C78435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 51.82%
G = 34.38%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C78435 (or 0xC78435) is known color: Golden Bell. HEX triplet: C7, 84 and 35. RGB value is (199,132,53). Sum of RGB (Red+Green+Blue) = 199+132+53=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C78435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78435 is #387BCA. Grayscale: #8F8F8F. Windows color (decimal): -3701707 or 3507399. OLE color: 3507399.

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

Color convert

RGB 199 132 53 -
CMYK 0 0.34 0.73 0.22
HSL 32.47º 0.58% 0.49% -
HSV(B) 32.47º 0.73% 0.78% -
XYZ 32.45 28.9 7.24 -
YUV 143.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 199 132 53 0 0.34 0.73 0.22 32.47 0.58 0.49
Hex C7 84 35 0 22 49 16 20 3A 31
Octal 307 204 65 0 42 111 26 40 72 61
Binary 11000111 10000100 110101 0 100010 1001001 10110 100000 111010 110001

Color Harmonies of #C78435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78435

Black with #C78435

Text Example


Text Example

White with #C78435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78435; }

 p { color: rgb(199,132,53); }

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

background-color css

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

 a { background-color: rgb(199,132,53); }

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

border-color css

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

 span { border-color: rgb(199,132,53); }

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