Html Css Color HEX #C57E32 Golden Bell

📋 copy color: '#C57E32'

red 197 ◦ green 126 ◦ blue 50

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

Shades of Golden Bell #C57E32

Tints of Golden Bell #C57E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 52.82%
G = 33.78%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C57E32 (or 0xC57E32) is known color: Golden Bell. HEX triplet: C5, 7E and 32. RGB value is (197,126,50). Sum of RGB (Red+Green+Blue) = 197+126+50=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E32 is #3A81CD. Grayscale: #8A8A8A. Windows color (decimal): -3834318 or 3309253. OLE color: 3309253.

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

Color convert

RGB 197 126 50 -
CMYK 0 0.36 0.75 0.23
HSL 31.02º 0.6% 0.48% -
HSV(B) 31.02º 0.75% 0.77% -
XYZ 31.06 27.02 6.6 -
YUV 138.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 197 126 50 0 0.36 0.75 0.23 31.02 0.6 0.48
Hex C5 7E 32 0 24 4B 17 1F 3C 30
Octal 305 176 62 0 44 113 27 37 74 60
Binary 11000101 1111110 110010 0 100100 1001011 10111 11111 111100 110000

Color Harmonies of #C57E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E32

Black with #C57E32

Text Example


Text Example

White with #C57E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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