Html Css Color HEX #C57E39 Golden Bell

📋 copy color: '#C57E39'

red 197 ◦ green 126 ◦ blue 57

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

Shades of Golden Bell #C57E39

Tints of Golden Bell #C57E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15%

R = 51.84%
G = 33.16%
B = 15%

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

#C57E39 (or 0xC57E39) is known color: Golden Bell. HEX triplet: C5, 7E and 39. RGB value is (197,126,57). Sum of RGB (Red+Green+Blue) = 197+126+57=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E39 is #3A81C6. Grayscale: #8B8B8B. Windows color (decimal): -3834311 or 3768005. OLE color: 3768005.

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

Color convert

RGB 197 126 57 -
CMYK 0 0.36 0.71 0.23
HSL 29.57º 0.55% 0.5% -
HSV(B) 29.57º 0.71% 0.77% -
XYZ 31.23 27.09 7.45 -
YUV 139.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 197 126 57 0 0.36 0.71 0.23 29.57 0.55 0.5
Hex C5 7E 39 0 24 47 17 1E 37 32
Octal 305 176 71 0 44 107 27 36 67 62
Binary 11000101 1111110 111001 0 100100 1000111 10111 11110 110111 110010

Color Harmonies of #C57E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E39

Black with #C57E39

Text Example


Text Example

White with #C57E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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