Html Css Color HEX #C57E38 Golden Bell

📋 copy color: '#C57E38'

red 197 ◦ green 126 ◦ blue 56

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

Shades of Golden Bell #C57E38

Tints of Golden Bell #C57E38

RGB

 RED value IS 197 (77.34% from 255) = 51.98%

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

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

R = 51.98%
G = 33.25%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C57E38 (or 0xC57E38) is known color: Golden Bell. HEX triplet: C5, 7E and 38. RGB value is (197,126,56). Sum of RGB (Red+Green+Blue) = 197+126+56=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E38 is #3A81C7. Grayscale: #8B8B8B. Windows color (decimal): -3834312 or 3702469. OLE color: 3702469.

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

Color convert

RGB 197 126 56 -
CMYK 0 0.36 0.72 0.23
HSL 29.79º 0.56% 0.5% -
HSV(B) 29.79º 0.72% 0.77% -
XYZ 31.2 27.08 7.32 -
YUV 139.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 197 126 56 0 0.36 0.72 0.23 29.79 0.56 0.5
Hex C5 7E 38 0 24 48 17 1E 38 32
Octal 305 176 70 0 44 110 27 36 70 62
Binary 11000101 1111110 111000 0 100100 1001000 10111 11110 111000 110010

Color Harmonies of #C57E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E38

Black with #C57E38

Text Example


Text Example

White with #C57E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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