Html Css Color HEX #C47E38 Golden Bell

📋 copy color: '#C47E38'

red 196 ◦ green 126 ◦ blue 56

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

Shades of Golden Bell #C47E38

Tints of Golden Bell #C47E38

RGB

 RED value IS 196 (76.95% from 255) = 51.85%

 GREEN value IS 126 (49.61% from 255) = 33.33%

 BLUE value IS 56 (22.27% from 255) = 14.81%

R = 51.85%
G = 33.33%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C47E38 (or 0xC47E38) is known color: Golden Bell. HEX triplet: C4, 7E and 38. RGB value is (196,126,56). Sum of RGB (Red+Green+Blue) = 196+126+56=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E38 is #3B81C7. Grayscale: #8B8B8B. Windows color (decimal): -3899848 or 3702468. OLE color: 3702468.

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

Color convert

RGB 196 126 56 -
CMYK 0 0.36 0.71 0.23
HSL 30º 0.56% 0.49% -
HSV(B) 30º 0.71% 0.77% -
XYZ 30.94 26.94 7.31 -
YUV 138.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 196 126 56 0 0.36 0.71 0.23 30 0.56 0.49
Hex C4 7E 38 0 24 47 17 1E 38 31
Octal 304 176 70 0 44 107 27 36 70 61
Binary 11000100 1111110 111000 0 100100 1000111 10111 11110 111000 110001

Color Harmonies of #C47E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E38

Black with #C47E38

Text Example


Text Example

White with #C47E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E38; }

 p { color: rgb(196,126,56); }

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

background-color css

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

 a { background-color: rgb(196,126,56); }

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

border-color css

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

 span { border-color: rgb(196,126,56); }

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