Html Css Color HEX #C57E37 Golden Bell

📋 copy color: '#C57E37'

red 197 ◦ green 126 ◦ blue 55

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

Shades of Golden Bell #C57E37

Tints of Golden Bell #C57E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.55%

R = 52.12%
G = 33.33%
B = 14.55%

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

#C57E37 (or 0xC57E37) is known color: Golden Bell. HEX triplet: C5, 7E and 37. RGB value is (197,126,55). Sum of RGB (Red+Green+Blue) = 197+126+55=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E37 is #3A81C8. Grayscale: #8B8B8B. Windows color (decimal): -3834313 or 3636933. OLE color: 3636933.

HSL color Cylindrical-coordinate representation of color #C57E37: 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.72%. Process color model (Four color, CMYK) of #C57E37 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 126 55 -
CMYK 0 0.36 0.72 0.23
HSL 30º 0.56% 0.49% -
HSV(B) 30º 0.72% 0.77% -
XYZ 31.18 27.07 7.2 -
YUV 139.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 197 126 55 0 0.36 0.72 0.23 30 0.56 0.49
Hex C5 7E 37 0 24 48 17 1E 38 31
Octal 305 176 67 0 44 110 27 36 70 61
Binary 11000101 1111110 110111 0 100100 1001000 10111 11110 111000 110001

Color Harmonies of #C57E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E37

Black with #C57E37

Text Example


Text Example

White with #C57E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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